I'd like to pass the value of the textbox as parameter to the hyperlink. So when the user input a value in the textbox, say "Marivic" then when the user clicks on the hyperlink, it should have "Marivic" as parameter, something like:

href="myasp.asp?name=textbox1.value"

where textbox1.value="Marivic"


Thanks.