You are here: irt.org | About | Feedback | 3475 [ previous next ]
Feedback on:
irt.org FAQ Knowledge Base Q158
Sent by
Frederiek on January 10, 2002 at 06:43:23:
Comments:
The statement "myWindow.href = 'apage.html';" doesn't work, at least not in NS4.77 and IE5.0 (on Mac) in which I tested it. Use "myWindow.location = 'apage.html';" instead, or don't use that line at all and add the url to the window.open statement.
cya
Frederiek