Personal Loans | MPAA | Buy PSP | Mobile Phone | Loans
Another mozilla Q... [Archive] - PCMech Forums

PDA

View Full Version : Another mozilla Q...


fatboyjim
06-01-2003, 08:33 AM
Hi,

I liked the feature of IE6 for not re-using browser windows (in other words, if you had a site open already, if you clicked on another link it would always open in a new window)

Is there such an option for Mozilla? Either open in new window or new tab I don't mind

Thanks

Prew
06-01-2003, 08:36 AM
Mozilla will open links in tabs

Dangermouse1
06-01-2003, 11:01 AM
Ctrl N will open a new window as will, file, new, navigator window.

fatboyjim
06-01-2003, 11:11 AM
I mean when typing in an address in Windows' run bar...

domhal
06-01-2003, 06:55 PM
Why not just type it in a new tab window in Mozilla instead?

Domhal

fatboyjim
06-06-2003, 07:35 AM
OK, another example is when clicking on a link in Outlook in an email. There is no way that these can open in another tab?

Is there somewhere on the net I can ask this to Mozilla developers?

Jim

FIXED!

Found it on a Mozilla Firebird help page. All I had to do was create a User.JS file, and put

// Stop reusing active windows:
user_pref("advanced.system.supportDDEExec", false);

in it

the file needs to be created in %appdata%\Mozilla\Profiles\Default\*****.slt

Hope that helps somebody