How Do I Disable URL Pre-Pending in the FireFox 3 Title Bar When Opeing A New Window With JavaScript
- by N Rahl
For (understandable) security reasons, Firefox does not allow JavaScript to open a new window without the address/location bar AND without pre-pending the page's URL to the title in the title bar.
For example, when you set:
<title>My Site</title>
in the header, and open the page using
location=no
FireFox changes the header to…