Forum Moderators: phranque
(the thread had a time limitation so I could not add my question directly).
bill, the Forum 32 Moderator, offered this piece of code for adding a search feature to a site:
<form method="GET" action="http://www.google.com/search">
<input type="hidden" name="domains" value="webmasterworld.com">
<input TYPE="text" name="q" size="25" maxlength="255" value>
<input type="submit" name="btnG" value="Google"><input type="radio" name="sitesearch" value="webmasterworld.com" checked>
webmasterworld.com <input type="radio" name="sitesearch" value>www
</form> Does anyone know if multiple sites can be searched simultaneously using that format?
Something like this for example:
<input type="hidden" name="domains" value="domain1.com,domain2.com,domain3.com,domain4.com"> Then down below something like:
<input type="radio" name="sitesearch" value="All" checked> I tried various combinations without luck -- if anyone knows if it's possible, I'd appreciate the correct method. Thanks...
-------------------------
[gigablast.com...]
------------------------------------