[thelist] Save me from JavaScript humiliation

Lee kowalkowski lee.kowalkowski at googlemail.com
Mon Feb 12 09:26:47 CST 2007


On 12/02/07, Fred D Yocum <fdy at mcc.org> wrote:
>                setTimeout(alertBlink(), 5000);

Ahem, ethics aside...

setTimeout("alertBlink()", 5000);

... same for your other timeout, that's it, the one where you're
planning on making them wait 25 seconds for their new window!  You
need to cancel your link too though, to keep the parent window on the
current page.  E.g.

Good luck in getting a new window past popup blockers as a result of a timeout!

-- 
Lee



More information about the thelist mailing list