Hi,
I was hoping someone could help. I have a page in which I have a form containing two drop-down menus and a "search" button. When the search button is clicked, the results show below the form. I should also mention that the form information is database-driven. So, there are a few Queries made to 1) fill the dropdowns; and 2) get and display the results.
Now, the problem is that I have a link on a second page that, when clicked, should pass along some query information to the first page (mentioned above), and have the form execute this query automatically (as if the "search" button was clicked), and finally display the results below the form.
I've seen some mention of cross-page posting, but I wasn't sure if that fit exactly to my current needs. Any help would be much appreciated!
Thanks,
URL
I was hoping someone could help. I have a page in which I have a form containing two drop-down menus and a "search" button. When the search button is clicked, the results show below the form. I should also mention that the form information is database-driven. So, there are a few Queries made to 1) fill the dropdowns; and 2) get and display the results.
Now, the problem is that I have a link on a second page that, when clicked, should pass along some query information to the first page (mentioned above), and have the form execute this query automatically (as if the "search" button was clicked), and finally display the results below the form.
I've seen some mention of cross-page posting, but I wasn't sure if that fit exactly to my current needs. Any help would be much appreciated!
Thanks,
URL