Quote:
Originally Posted by Dean C
You have to change the option within the actual code you added. Be careful though. I'll assume you have no knowledge of PHP so just look for a list kinda thing. It'll be numbered from 1-3 by default. Then below that is a variable. If you want it to search google you select the number that google is in the list:
PHP Code:
// selete the number from above of the site you want to search
$chooseoption = 1;
|
Ok, So basically we can have as many search engines in the code as we want but only 1 will be used for the actual search.
Is there a way to make this a dropdown menu... so if I hover my mouse over any of the search words, I will get a list of utils such as, (Search site / Search Google / Yahooo.....)...
then of course when you click on it, it will search the cooresponding search engine or site? If not, that's ok, it's still a nice hack.
Thanks again.