-
wow , it worked like a charm
, 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".
Code:
<form method="get" ...
It will carry over the "name" attribute from the search field, returning:
?myvariable=myresult
in the url.
- Mike
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks