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

Q172 How can I show a different explanation for a link in the status bar as opposed to http://www.somewhere.com?

You are here: irt.org | FAQ | JavaScript | Link | Q172 [ previous next ]

Try this:

<A HREF="http://www.somewhere.com/"
 onMouseOver="status='Click this link';return true"
 onMouseOut="status='';return true">JavaScript No Content Web Site</A>

Feedback on 'Q172 How can I show a different explanation for a link in the status bar as opposed to http://www.somewhere.com?'

©2018 Martin Webb