wow , it worked like a charm :D :D , i have one more question tho , how can i carry over the search criteria , so in case i wanna search another site i dont have to retype the search criteria again?
Printable View
wow , it worked like a charm :D :D , i have one more question tho , how can i carry over the search criteria , so in case i wanna search another site i dont have to retype the search criteria again?
Set your method on your form element to "get".
It will carry over the "name" attribute from the search field, returning:Code:<form method="get" ...
?myvariable=myresult
in the url.