Hi, i have set up an asp page that searches my site, and it works fine.
But i want to be able to link to this search page from all of my other pages in the site. So i've included a quicksearch on every page - which has a textbox to enter the search term, and a submit button. When the button is pressed, i want it to go to the search page, and automatically do the search.
example, in the quicksearch, they might enter "cat", when they press the search button, they are redirected to the search page, and the results for "cat" are shown.
The way it is now, it goes to the search page, but no results are shown.
The quicksearch is a form with the action as the search page.
How can i do this?
thank you very much in advance