Forum Moderators: open
My site was XHTML Strict, using CSS (no tables), but I found that the one attribute I couldn't live without was the: a target="_blank"
It's not supported in the Strict version, now call me old fashioned but I don't like unneccessarily diverting people away from my site so I use this whenever I have an external link..
Therefore I've changes to a transistional DTD
Suzy
Btw, openning new browser windows may often cause a usability or accessibility problems and according to WCAG (Web Content Accessibility Guidelines, see W3C/WAI) is allowed only if users are clearly informed about that beforehand.
i.e. one of the sites I'm working on is for a company who are a supplier/hirer of goods, now they don't mind external links to their manufacturers, because it gives the client some extra info on the product(and the manufacturer doesn't sell direct), but they *DO* want the client to remember to come back and buy the products from their company...
so they will care if traffic leaves their site and doesn't *remember* to come back!
I'm a web designer but also a business person, so although i understand that we have to have forward compatibility...I think I'll cross this particular bridge when I get there.
Suzy
not everyone remembers to add you to their favourites list before getting led off by an external link
True, however if an external link opens in the same window, they can go back at least. On the other hand, if the link opens in a new window, there is no way back, because the browser's history is empty. Of course, the original window is still waiting somewhere, but imagine an inexperinced user with her desktop full of various windows -- chances are she never get back to your one.
Another kind of users hates the new windows and they will hate your site too, if you open links in new windows.
Simply put, opening new windows is almost always a usability and accessibility issue and your primary business goal is making usable and accessible web site, isn't it. If you succeed in usability, you needn't worry about custommers :)