Andy Dingley wrote:
> On 9 May 2005 11:10:38 -0700, "randau" <>
> wrote:
>
>>Is there no way to "reuse" a previously linked browser
>>window and have it load the new web page in Foreground
>>instead of loading it in Background?
>
> target="_foo"
> target="_bar"
> target="_bat"
>
> A leading underscore in the target name triggers a new window
A leading underscore for any target name, other than the four predefined
values: _blank, _top, _parent and _self, is non-conformant [1].
Except for the reserved names listed below, frame target names
(%FrameTarget; in the DTD) must begin with an alphabetic character
(a-zA-Z). User agents should ignore all other target names.
Using any value will, in most browsers, open a new window with that name
assigned; unless a frame or window with that name already exists, in
which case, it will reuse the same window/frame.
However, please don't open new windows, it's really irritating for
user's and has accessibility issues [2].
[1]
http://www.w3.org/TR/html401/types.h...e-frame-target
[2]
http://diveintoaccessibility.org/day...w_windows.html
--
Lachlan Hunt
http://lachy.id.au/
http://GetFirefox.com/ Rediscover the Web
http://GetThunderbird.com/ Reclaim your Inbox