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

Feedback on: irt.org FAQ Knowledge Base Q227

irt.org | About | Feedback | 4669 [ previous next ]

Feedback on:
irt.org FAQ Knowledge Base Q227

Sent by
chichilatte on Tuesday June 05, 2007 at 09:40:46

Worth:
Worth reading

Length:

Technical:

Comments:
If you want the link in the status bar to have something meaningful, rather than a bit of javascript code, you should do this...

<a href="apage.html" onClick="go('apage.html'); return false;" >

The link has a normal href (which is what you see in the status bar), but the normal behaviour is cancelled by the "return false" bit. So the browser thinks the link is going to apage.html in the same window, but that is cancelled when the user clicks the link, and go('apage.html') is run instead.






Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 21st December 2007. Maintained by: Martin Webb
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.