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

Q1675 Is it possible to hide the URL of a link using on mouse over?

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

Ensure that you return treu from the event handlers:

<a href="http://www.irt.org/"
  onMouseOver="'A magical mystery tour';return true"
  onMouseOut="'';return true">click</a>

Feedback on 'Q1675 Is it possible to hide the URL of a link using on mouse over?'

©2018 Martin Webb