Forum Moderators: open
(Was a little uncertain but a quick google for _new _blank does appear to back me up on this.)
To quote the first result;
I would recommend against ever using "_new" as a target for a URL. It makes very little sense as an identifier, and is confusing. If you want a new window whenever the link is clicked, use "_blank"; if you want a single window to be created, give it a meaningful label by which to reference it.
Personally I'm starting to side with the view that opening a new window unless the user asks for it gets in the way of intuitive navigation.
- Tony
It could be useful too if you have a lot of information and you want to split one page into two pages or more. You could have a link on your page such as "Click here for more info..." and have it opening a new window.
I don't think this code is incompatible with most browsers but its a huge place is the internet, maybe one or two smaller ones :)
Regards (going off the subject a little at first)
Terry
Personally I'm starting to side with the view that opening a new window unless the user asks for it gets in the way of intuitive navigation.
A good point that i would like to be able to stick to rigidly but on this particular site it is a necessary evil.
I had wondered if the _new and _blank actually had a measureable difference in terms of their action and it seems it does so I am off to do a bit of testing :)
Ta
Limbo