One search form with multiple options
Ive asked this question before but didn't get an answer, so here im asking again.
How can you have one search form have the option of search multiple things? aka forum, arcade, site, google, etc.
It would be like this:
Seach the (dropdown menu with search options) for (search query) (submit button)
Basically, the javascript would need to be able to dynamically change the form action, method and input name.
I know sites like the new yahoo.com do this, and so does myspace.com . this sites forum kinda does it too with the "use google instead' option. but how can i do that with a dropdown menu instead?