I have the following HTML with Javascrpt :
<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's working fine with IE but not FireFox 3 and later.
I want to disable the "Location" bar when pop-up windows shows up.