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

Q937 Is there a way to not show the link in the bottom of the window, when doing mouseOver in Netscape and Explorer?

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

Yes:

<a href="http://www.irt.org" onMouseOver="status='';return true">link text</a>

©2018 Martin Webb