Posted by Michael Fesser on 08/07/07 21:25
..oO(Juerg Beck)
>I have some more links on this page that I would like to be openend in
>another tab or window.
Why?
>But XHTML strict does not allow the use of the
>target attribute.
Correct, it's a deprecated attribute.
>Is there any replacement for this attribute that may be used with
>XHTML strict ? Or is it not possible to direct the link into another
>tab with HTML or XHTML strict ? I can't believe it !
You don't have much control over how your site will be rendered on the
client side. You don't even know if it will be displayed in something
that could be called a window at all, HTML simply doesn't care about
such things. So why bother? Let the user decide and that's it.
Of course you could use Transitional or a JavaScript to open the window,
but that would be a step back.
Micha
[Back to original message]
|