Forum Moderators: open
Nige
Welcome to WebmasterWorld. [webmasterworld.com]
I use this code for clickable pop ups.
<a href="foo.htm" onClick="window.open('foo.htm','','scrollbars=no,resizable=no,menubar=no,toolbar=no');return false;" target="_blank">Your link text or image</a>
This opens a new window without a menu bar, is compatible with search engines and most browser even if not Javascript enabled.
You can also work other stuff like window position on screen right after the window.open(