Bert Doorn wrote:

The main idea is that one should not open new windows at all, leaving it up to the user to decide, which is why the target attribute was removed.

But if you want to (or "have to"), either go back to transitional or use javascript. You may find some discussions about it in the mail list archives, but the simplest implementation would go along these lines:

<a href="page.html" onclick="return !window.open(this.href)">link text</a>


Agreed.  A good example of the JS method is outlined here:
http://www.sitepoint.com/article/standards-compliant-world

******************************************************
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************

Reply via email to