Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

Q694 Why can't I display text in the status bar when using onMouseOver?

You are here: irt.org | FAQ | JavaScript | Status | Q694 [ previous next ]

Add a "return true" at the end, e.g.:

<A HREF="apage.htm" onMouseOver="window.status='Hello World';return true" onMouseOut="window.status='';return true">text link</A>

©2018 Martin Webb