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

Feedback on: The JavaScript Pop-up Window Primer, October 10, 2000 at 12:47:08:

You are here: irt.org | About | Feedback | 1847 [ previous next ]

Feedback on:
The JavaScript Pop-up Window Primer

Sent by
rex on October 10, 2000 at 12:47:08:

Worth:
Very worth reading

Length:
Just right

Technical:
Just right

Comments:
Comment on http://tech.irt.org/articles/js128/index.htm :

<body onBlur="setTimeout=('window.focus()',1000)">
returns a JavaScript-error in IE5.
I think the code should read:
<body onBlur="setTimeout('window.focus()',1000)">

without the second =




Other feedback on 'The JavaScript Pop-up Window Primer' - show all

©2018 Martin Webb