Re: How do I make JavaScript "pop-up help" accessible?

holstius@msu.edu (David Holstius) wrote:

> window if JS isn't enabled. But, seems to be a good method, although I don't
> know what behavior is explicity required when an onClick() event is captured
> by a link that also has an HREF. IE 5 ignores the HREF and fires the

It's implicit in the original Netscape specification, which is where
the use of "return false" to inhibit the link comes from.

Received on Thursday, 9 November 2000 02:50:58 UTC