Hi everyone.
I have a link on my site that when you click it, it uses the window.open function. (I have to use window.open for another reason) but when the user clicks the link, a whole new browser window pops up. I want the code to window.open the new page, then close the previous page. Heres my code so far:
HTML Code:<a href="javascript:window.open('page1.html')">CLICK</a><BR>


Reply With Quote
Bookmarks