You are here: irt.org | FAQ | JavaScript | Window | Q221 [ previous next ]
Use frames with a hidden dummy frame. Use the frames onLoad event handler to change the location of one of the frames.
<FRAMESET ROWS="100%,*" onLoad="location.href='http://www.netscape.com'"> <FRAME SRC="http://www.microsoft.com"> <FRAME SRC="blank.html"> </FRAME>