Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

BBS: Re: OOps, .. forgot about the not remming out... - August 26, 1998 at 19:58:28

You are here: irt.org | BBS | Re: OOps, .. forgot about the not remming out... [This BBS is closed]

Posted by Yvan Gagnon on August 26, 1998 at 19:58:28:

In Reply to: inserting a pause in a function posted by Yvan Gagnon on August 26, 1998 at 19:54:10:

(sorry)


<SCRIPT LANGUAGE="JavaScript">

function moveit2 () {
if (document.all) {
document.all.right.style.posLeft = document.all.right.style.posLeft + 20;
if (document.all.right.style.posLeft < screen.width)
setTimeout ("moveit2 ()",100);
}
else if (document.layers) {
document.right.left += 20;
if (document.right.left < screen.width)
setTimeout ("moveit2 ()",1);
setTimeout ("location.href = 'black.html'",4000);

}
}



Follow-ups:

You are here: irt.org | BBS | Re: OOps, .. forgot about the not remming out... [This BBS is closed]

©2018 Martin Webb