Forum Moderators: open
<INPUT id=esc type=radio name=sitesearch value="YOUR OTHER DOMAIN">
as the value equals the domain single domain by default if you add another when it is passed to google. site search would equal the domain that is selected.
David Middlehurst
This is the default code
<FORM method=GET action="http://www.google.com/search">
<TABLE bgcolor="#FFFFFF"><tr><td>
<A HREF="http://www.google.com/">
<IMG SRC="http://www.google.com/logos/Logo_40wht.gif"
border="0" ALT="Google"></A></td><td>
<INPUT TYPE=text name=q size=31 maxlength=255 value="">
<INPUT type=submit name=btnG VALUE="Google Search">
<font size=-1>
<input type=hidden name=domains value="abc.com">
<br>
<input type=radio name=sitesearch value=""> WWW
<input type=radio name=sitesearch value="abc.com" checked> YOUR DOMAIN NAME <br>
</font>
</td></tr></TABLE>
</FORM>