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

BBS: Re: inserting a pause in a script - August 28, 1998 at 05:53:27

You are here: irt.org | BBS | Re: inserting a pause in a script [This BBS is closed]

Posted by Yvan Gagnon on August 28, 1998 at 05:53:27:

In Reply to: Re: inserting a pause in a script posted by Yvan Gagnon on August 27, 1998 at 21:10:06:

I came up with an idea on how to create a pause, only it's giving me some trouble. The script below seems to be choking on the "onLoad" handler. Any idea why, maybe?

<SCRIPT LANGUAGE="JavaScript">

function pause () {
document.write ('<img src=images/timer.jpg height=100 width=100 onLoad=moveit ();moveit2 ()'>)
}

</script>

thanx,
-- yvan


Follow-ups:

You are here: irt.org | BBS | Re: inserting a pause in a script [This BBS is closed]

©2018 Martin Webb