blueindian1
Programmer
Hello,
I hoping someone can tell me a good way to submit a form with a hyperlink in ASP. Let me give you the problem:
1. An advanced search box has been filled out by a user in order to limit the results they get back
2. The recordset returns 100 results, paged out 10 at a time
3. When the user clicks the "next" hyperlink to go to the second page of results, the query is resubmitted and the second page of results is pulled out.
4. The problem is that I need to submit the advanced search form again, such that the search params to limit the query are again available.
Basically, what I need to do is submit the search form again with the page number attached to it.
(if this design were up to me, I'd put the search parms in a session variable to begin with...so this would not be an issue. however...i'm just a grunt so I don't get to design )
Thanks!
I hoping someone can tell me a good way to submit a form with a hyperlink in ASP. Let me give you the problem:
1. An advanced search box has been filled out by a user in order to limit the results they get back
2. The recordset returns 100 results, paged out 10 at a time
3. When the user clicks the "next" hyperlink to go to the second page of results, the query is resubmitted and the second page of results is pulled out.
4. The problem is that I need to submit the advanced search form again, such that the search params to limit the query are again available.
Basically, what I need to do is submit the search form again with the page number attached to it.
(if this design were up to me, I'd put the search parms in a session variable to begin with...so this would not be an issue. however...i'm just a grunt so I don't get to design )
Thanks!