How Do I Disable URL Pre-Pending in the FireFox 3 Title Bar When Opeing A New Window With JavaScript

Posted by N Rahl on Super User See other posts from Super User or by N Rahl
Published on 2009-10-09T07:22:54Z Indexed on 2010/04/28 13:04 UTC
Read the original article Hit count: 336

Filed under:
|
|
|

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 read:

http://www.mysite.com - My Site - Mozilla Firefox.

I would like it to simply say:

My Site

Everything I've read suggests this behaviour can't be altered with scripting, and as such, this is not a scripting question.

What I would like to know is, which setting(s) can I change in the browser itself to disable URL pre-pending to the title of new windows?

This is for a company Intranet, and I control all of the computers/browsers that connect to the application.

© Super User or respective owner

Related posts about firefox

Related posts about settings