How can I get this to repeat an infinite number of times?
Thanks
=============== ==
</head>
<body onload="startti mer()" onunload="stopt imer()">
<script type="text/javascript">
var i=1
function starttimer()
{
myimage.style.p osition="relati ve"
myimage.style.l eft=+i
i++
timer=setTimeou t("starttimer() ",12)
}
function stoptimer()
{
clearTimeout(ti mer)
}
</script>
<p>
<img id="myimage" src="Images/housemove.gif" width="209" height="109"
loop="5" />
---
I Cor. 10:31
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.491 / Virus Database: 290 - Release Date: 6/22/2003
Thanks
=============== ==
</head>
<body onload="startti mer()" onunload="stopt imer()">
<script type="text/javascript">
var i=1
function starttimer()
{
myimage.style.p osition="relati ve"
myimage.style.l eft=+i
i++
timer=setTimeou t("starttimer() ",12)
}
function stoptimer()
{
clearTimeout(ti mer)
}
</script>
<p>
<img id="myimage" src="Images/housemove.gif" width="209" height="109"
loop="5" />
---
I Cor. 10:31
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.491 / Virus Database: 290 - Release Date: 6/22/2003
Comment