location.href
Posted: Wed Jan 11, 2006 10:42 am
Hi,
What I want to do and having so much trouble doing is:
I have a page that loads up. When it loads up and some one puts an extension to the url e.g.
http://www.myurl.co.uk/surrey
I want new browser to open. But not with window.open but like clicking a href link like
how can i make it happen so that "open the page" link gets clicked onload and mypage.php opens in a new window.
What I want to do and having so much trouble doing is:
I have a page that loads up. When it loads up and some one puts an extension to the url e.g.
http://www.myurl.co.uk/surrey
I want new browser to open. But not with window.open but like clicking a href link like
Code: Select all
<a href="mypage.php" target="_blank">open the page</a>