PDA

View Full Version : onLoad ()


Grant
06-21-2002, 03:32 AM
How do I configure onload to load the next page please
eg onLoad("nextpage.htm") I can't get it to work

WA
06-21-2002, 04:16 AM
If I understood your question correctly, something like:


window.onload=new Function("window.location='http://www.yahoo.com'")

should do, where yahoo.com is the address of the next page.