submitting a variable to script using javascript

wxdqz

New Member
Hi,

I want to submit a variable to a script (asp). I'm assuming the best way of doing this is with javascript...

I have an html form. It has a submit button. When it's pressed the page is reloaded and asp checks what was pressed, changing the page as necessary. (the asp uses Request.Form();)

I want to do exactly the same thing but with a link rather than with a form.

Any body know how?

cheers
 
Back
Top