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 :(
Printable View
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 :(
exactly the way you would expect:
Code:<A href="javascript: myfunction()">Click Here</A>