<a href="javascript:url_1();" onMouseOver="status='';
return true;">Go to page 3</a>
What it does is it makes a link and takes off all the information to the right of the URL and adds /page3.php to it. Example http://www.yoursite.com:20/hello/comein/now.php to http://www.yoursite.com/page3.php .
The problem is when the link is clicked it opens another browser window. Does anyone know how to make it open the page in the current window? Adding a target tag does not change anything.
Bookmarks