Open new popup window without address bars in firefox & IE
问题 hope someone can help. just cannot get a new window to open in Firefox without address bars. IE works fine with below code window.open(\'/pageaddress.html\', \'winname\', directories=0,titlebar=0,toolbar=0,location=0,status=0, menubar=0,scrollbars=no,resizable=no, width=400,height=350); I need to make for all browser 回答1: Firefox 3.0 and higher have disabled setting location by default. resizable and status are also disabled by default. You can verify this by typing `about:config' in your