I plan on making a dropdown box with all the most popular search engines, so that visitors may enter the search term in a text box, and then choose the desired search engine from the dropdown box.
The problem is that depending on which search-engine that is being chosen, the action-attribute will be different.
e.g.: action="http://www.google.com/custom" || action="http://en.wikipedia.org/wiki/Special:Search"
I really would appreciate a hint here if someone knows a way to do this!




Reply With Quote