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>