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

Feedback on: irt.org FAQ Knowledge Base Q227, Tuesday June 05, 2007 at 09:40:46

You are here: 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.





©2018 Martin Webb