You are here: irt.org | About | Feedback | 230 [ previous next ]
Feedback on:
JavaScript FAQ Knowledge Base Q921
Sent by
Neven Bozanic on June 09, 1999 at 12:33:24:
Technical:
Just right
Comments:
Cool article, but CONTAINS A BUG:
instead of saying:
location.href.replace(...);
it should say
location.replace(...);
Took me a good 20min. of serious messing around to figure it out!