Hi all, is it possible to have a form submit values to the query string rather than sending the POST array? I haven't tried to do this before so am a little confused.
Also, is it possible to have a select box actually change the page when it's selected?
For example:
So when someone changes the select menu from "Search where" to "all fields" it goes to the URL i've shown there...I have seen it before just I am not sure how it was done.Code:<SELECT NAME="textsearchfield" CLASS="dropdown""> <option value='-1'>Search where</option> <option value='header( Location:index.php?search=allfields)'>All fields</option> </SELECT>
Thanks a lot.
Cristiano




Bookmarks