|
"Dan Boger" <dan@peeron.com> writes:
> In lugnet.admin.general (and 1 other group), Constantine Hannaher wrote:
> > As far as the markup for including the LUGNET buttons and banners on a
> > web page is concerned, the target= attribute of the <a> tag is
> > deprecated in HTML 4.01 and XHTML 1.0. While I explore how to replace
> > the exact functionality of the target="_top" attribute, I will make do
> > with a JavaScript event handler to open LUGNET in a new page:
> >
> > <a href="http://www.lugnet.com/"
> > onclick="window.open('http://www.lugnet.com/');return false">
>
> but that will only work if the client supports java - if java is
> unavailable (for whatever reason), the button will act as a normal link.
> Why not put the target tag as a backup for the java?
JavaScript, not Java. A completely separate and unrelated language.
Note that target="_top" is for frames, to load the page in the
outermost frame (i.e. the whole window). For a new window, the
correct value is target="_blank". If you are not in a frame, it will
I believe create a new window.
Deprecated or no, putting in a target attribute is the best way to
implement this functionality, at least for the present time.
--Bill.
--
William R Ward bill@wards.net http://www.wards.net/~bill/
-----------------------------------------------------------------------------
If you're not part of the solution, you're part of the precipitate.
|
|
Message has 2 Replies:
Message is in Reply To:
12 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
This Message and its Replies on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|