Posted by Martix on 03/26/07 19:18
Hello
I would like to pass the value of a inputbox through a hyperlink. I
know this can be done with a single valuelike:
<a href="employee.asp?e_num=6">Market Info </a>
My problem is that I need the "6" to be a variable pending on what's
in the input box.
How do I do that?
[Back to original message]
|