I am triggering a Javascript based popup in which I want the URL location box hidden. I can get it to work fine in IE (I am using IE8) but the location URL box always shows in Firefox (I am using FF3.5). The code I currently have is below…
var win1 = newWindow('{0}', null, 700, 'location=0,scrollbars=1,resizable=1', 300);
Is what I want to achieve not possible in FF based browsers?
IE8 just substitutes the user enterable address box with an address bar that displays the address but doesn’t allow you to change it - the option only turns off your ability to update the address, you can still see the address of the current page.