Jun 24, 2008
Target WHO?
Let users decide if they want to open a link in a new window or not. A good article on the subject:
http://webdesign.maratz.com/lab/new…
Oh yeah, the link above opens a new window :)

A comprehensive CSS 3 reference guide, tutorial, and blog
Are you a CSS expert? Want to contribute? Contact us
Jun 24, 2008
Let users decide if they want to open a link in a new window or not. A good article on the subject:
http://webdesign.maratz.com/lab/new…
Oh yeah, the link above opens a new window :)
Bad Behavior has blocked 973 access attempts in the last 7 days.
This is a nice method, certainly for designers like me who have limited Js knowledge. I have only one problem with this method, but in my opinion it’s a big one. This method still relies on the the browsers to support the deprecated target attribute, which isn’t allowed in combination with a strict dtd.
So if browsers were to do what they are supposed to do, and follow the (X)HTML definition to the letter, this method wouldn’t work. For me that is a major flaw and although I have yet to find a method that does not rely on the target attribute it is reason to look elsewhere…