I have the following javascript html code:
<A HREF="javascript:void(0)"onclick="window.open('http://www.msn.com/','New Windows','height=380, width=300,location=no')">Hide Address Bar</a>
It works fine with IE, but not with FireFox 3 and later.
I want to disable the Location panel when pop-ups appear.
source
share