Hi There
I have a search html page containig a form with three text fields which the user enters their search criteria. The form action takes them to another php page connected to mysql database and then shows them their results. On this php page there is an identical form so the user can search again without having to go back to the original search page.
I would like to display their original search entries in the three text fields from the search html page in the three text fields of the identical form on the php page.
Is there a way to do this with the onclick event for the submit button which calls a function
Any help would be much appreciated
Lee
I have a search html page containig a form with three text fields which the user enters their search criteria. The form action takes them to another php page connected to mysql database and then shows them their results. On this php page there is an identical form so the user can search again without having to go back to the original search page.
I would like to display their original search entries in the three text fields from the search html page in the three text fields of the identical form on the php page.
Is there a way to do this with the onclick event for the submit button which calls a function
Any help would be much appreciated
Lee