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
Printable View
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
Hi nswan
if you do the folowing it shour sort out your problem
<body onload="wndow.open('www.anywhere.com');">
hope it helps
Ian