PDA

Click to See Complete Forum and Search --> : new window


nswan
Jan 31st, 2001, 03:07 AM
When my homepage loads up, how do I get another window to automatically open with another webpage in?
I'd prefer to do this in java script.

Many thanks

Nick

Ianpbaker
Jan 31st, 2001, 03:14 AM
Hi nswan

if you do the folowing it shour sort out your problem

<body onload="wndow.open('www.anywhere.com');">

hope it helps

Ian