Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

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

irt.org | Knowledge Base | JavaScript | Status | Q1675 [ previous next ]

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

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?'


Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 30th March 2008. Maintained by: Martin Webb and Michel Plungjan
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.