Jump to content

What's wrong in the code


siri

Recommended Posts

<html><head><script language = "javascript">var pos1 = 0;function scrollLeft(){var obj1 = document.getElementById("movie_ticker");pos1 = 200;obj1.style.left = pos1;}</script></head><body><div style="position:relative;width:225px;height:180px;overflow:hidden"><div id = "movie_ticker" style="position:absolute;left:0px;top:0px"><table cellspacing ="2" ><tr><td><img src ="ch.pg"></td><td><img src ="jbj.jpg"></td><td><img src ="shootout.jpg"></td></tr></table></div></div><img src="arrow1.jpg" onclick = "scrollLeft()">   <img src="arrow.jpg"></body></html>When I click on arrow1.jpg it displays the foll err message:Object doesnot support this action

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...