Forums
This topic is locked
Multiple Search Forms On One Page
Posted 13 Nov 2001 12:23:06
1
has voted
13 Nov 2001 12:23:06 Kevin Marshall posted:
The page that a user gets after logging into my site displays the total number of new jobs and the number of jobs to be checked. This is done by doing a simple count query on the database.Instead of the user having to go to a seperate search page then into the results page to view these records I want to have two links on the page so that the user can click on either 'view new jobs' or 'view jobs to be checked' from the page mentioned above.
I think this means that I need to have two forms on my webpage, one for each query. My problem is that I have no idea how to bind the queries the respective search/submit button so that if I click the 'view jobs to be checked' button I only get the jobs that need checking?
Has anyone got any ideas?
I'd be most grateful.
Thanks for your time.
Kevin