Due to security concerns all browsers restrict what can be left off of a pop up window. And browsers may be set to open all pop ups as new tabs instead. Virtually all browsers in their default pop up blocking setup will allow a pop up that's 'user initiated' as is this one. But most if not all browsers can be set to block these as well.
That said, give this a shot:
Code:
<a href="http://www.forum.com/" onMouseOut="MM_swapImgRestore()"
onclick="open(this.href, '_new', 'width=600,height=450,top=150,left=125,resizable'); return false;"
onMouseOver="MM_swapImage('m12','','../../../Documents/Unnamed Site 3/m14.jpg',1)">test<img
src="../../../Documents/Unnamed Site 3/m13.jpg" name="m12" width="88" height="22" border="0">
</a>
Bookmarks