PDA

View Full Version : Browser Question - Way off topic - but no where else to go


davehaz
11-08-2005, 10:38 PM
howdy,
I want to know if anybody knows how to enable multiple windows in IE, I have a page with nothing but links on it, in Firefox I can go and just click on the links and every one opens up in its own window, in IE it opens one window, when another link is clicked it just replaces the previous page. Does anybody know how to make IE act like firefox?

Sorry for being way off topic but had no other place to go with as many knowledgable peeps in it.

thanks.

Michiel
11-08-2005, 10:44 PM
Hi davehaz,

not sure whether this is what you're looking for, but it sounds like the pronlem lies in the target-attribute. When the target of your links have the same name, the links apear in one and the same window. Adding 'target="_blank"' to your links might solve the problem.

Hope that helps!

Cheers Michiel

davehaz
11-08-2005, 10:49 PM
that did it, thanks. I was using _new instead of _blank.