PDA

Click to See Complete Forum and Search --> : Hyperlink to run a function


parkes
Nov 9th, 2000, 05:08 AM
I've got an ASP page and I want a hypelink on there to run a javascript function instead of going to another page.

Can this be done, if so how :(

monte96
Nov 9th, 2000, 09:47 AM
exactly the way you would expect:


<A href="javascript: myfunction()">Click Here</A>