DH
Programmer
- Dec 8, 2000
- 168
Is there a way to submit a form from a hyperlink and use the querystring at that same time?
Instead of using the submit button I would like to the form submitted when the user clicks a hyperlink. I also would like to attach querystring info to the hyperlink such as:
<a href="webpage.asp?contactid=<% =objRS("ID"%>"</a>
How can I get this hyperlink to submit the webpage and carry the querystring info?
Thanks,
DH
Instead of using the submit button I would like to the form submitted when the user clicks a hyperlink. I also would like to attach querystring info to the hyperlink such as:
<a href="webpage.asp?contactid=<% =objRS("ID"%>"</a>
How can I get this hyperlink to submit the webpage and carry the querystring info?
Thanks,
DH