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

Feedback on: irt.org FAQ Knowledge Base Q1074, September 05, 2001 at 10:46:00:

You are here: irt.org | About | Feedback | 3129 [ previous next ]

Feedback on:
irt.org FAQ Knowledge Base Q1074

Sent by
michel on September 05, 2001 at 10:46:00:

Comments:
This is currently the best way:

Javascript function only:

<a href="#"
onClick="myFunction(); return false">click</a>

Javascript function that takes a url

<a href="page2.html"
onClick="myFunction(this.href); return false">click</a>


Javascript function that submits a form

<a href="#"
onClick="document.myForm.submit(); return false">click</a>



Other feedback on 'irt.org FAQ Knowledge Base Q1074' - show all

©2018 Martin Webb