<DOCTYPE HTML PUBLIC “-//W3C//DTD HTM

<HTML><HEAD>

<META content=”text/html; charset=iso-

<META content=”MSHTML 5.00.2614.3500”

<STYLE></STYLE>

</HEAD>

<BODY bgColor=#ffffff>

<DIV>&nbsp;</DIV></BODY></HTML>

<DIV id =imageholder

style="LEFT: 0px; POSITION: absolute; TOP: 0px; Z-INDEX: -1">

<SCRIPT language=VBScript>

placement=0

nail=0

max=9

for temp=0 to max

document.write "<img id=pics"&temp&" src><br>"

next

DIM newarray

newarray=Array(pics0,pics1,pics2,pics3,pics4,pics5,pics6,pics7,pics8,pics9)

for temp=0 to max

newarray(temp).src=document.body.background

next

document.body.background=" "

window.status="Click the image to Stop or Restart the scroll"
sub scroll()

if nail=1 then

exit sub

end if

if placement < pics0.height then

setTimeout "move", 1

else

placement=0

setTimeout "move", 1

end if

end sub

sub move()

imageholder.style.top=-placement

placement=placement+1

setTimeout "scroll", 1

end sub

sub imageholder_onclick()

if nail=0 then

nail=1

elseif nail=1 then

nail=0

end if

scroll()

end sub
scroll()

</SCRIPT>

<P>&nbsp;</P></DIV></BODY></HTML>

DOCTYPE HTML PUBLIC

  • 1.
    <DOCTYPE HTML PUBLIC“-//W3C//DTD HTM <HTML><HEAD> <META content=”text/html; charset=iso- <META content=”MSHTML 5.00.2614.3500” <STYLE></STYLE> </HEAD> <BODY bgColor=#ffffff> <DIV>&nbsp;</DIV></BODY></HTML> <DIV id =imageholder style="LEFT: 0px; POSITION: absolute; TOP: 0px; Z-INDEX: -1"> <SCRIPT language=VBScript> placement=0 nail=0 max=9 for temp=0 to max document.write "<img id=pics"&temp&" src><br>" next DIM newarray newarray=Array(pics0,pics1,pics2,pics3,pics4,pics5,pics6,pics7,pics8,pics9) for temp=0 to max newarray(temp).src=document.body.background next document.body.background=" " window.status="Click the image to Stop or Restart the scroll"
  • 2.
    sub scroll() if nail=1then exit sub end if if placement < pics0.height then setTimeout "move", 1 else placement=0 setTimeout "move", 1 end if end sub sub move() imageholder.style.top=-placement placement=placement+1 setTimeout "scroll", 1 end sub sub imageholder_onclick() if nail=0 then nail=1 elseif nail=1 then nail=0 end if scroll() end sub
  • 3.