Page is a not externally linkable
- Code, Content, and Presentation
-- JavaScript and AJAX
---- JS q - window.open positioning; also, window closing


jatar_k - 7:48 pm on Aug 27, 2002 (gmt 0)


as has been mentioned around a few times use

<a href="javascript:openWindow('foo.htm');">Foo link</a>

instead of

<a href="#" onclick="openWindow('foo.htm')">Foo link</a>

This will keep the page from jumping around and leave the back button able to be used on a single click instead of the user having to click twice to go back.


Thread source:: http://www.webmasterworld.com/javascript/182.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com