Re: opening a link in a new window: is it really so bad?

> The point I'm trying to make is that this may be a useful addition to
> the spec, since it allows links to affect other windows in a lightweight
> browser that has no scripting.  Granted, this should be "with the
> permission of the user", but in a data element such as <A ...TARGET=..>
> the browser can recognize this and perhaps check permissions to see if
> this is permitted.
>
> It's clearly possible that the spec writers tried to get away from this
> kind of trick, but this particular trick remains very useful and
> light-weight.

My understanding is that TARGET was removed from X/HTML strict because it is
associated with frames. That's what it was designed for, in fact--the
ability to launch a new window was a (very useful) side effect that I
believe was inappropriately targeted for elimination as a by-product.

But it also appears that frames have new life--in modular XHTML. That should
make using TARGET OK again, and even validate.

Received on Friday, 22 February 2002 17:27:12 UTC