On 9 May 2015 Richard Torrens (lists) wrote:

> The search script on my www site does work with JF off: Relevant bit is


> <!-- Search Google -->
> <P><FORM method=GET action=http://www.google.com/custom>
> <TABLE bgcolor=#FFFFFF cellspacing=0 border=0>
> <td>
> <INPUT TYPE=text name=q size=40 maxlength=255 value="">
> <INPUT type=submit name=sa VALUE="Google Search">
> <br><input type=radio name=sitesearch value="" checked> Search WWW
> </td></tr></TABLE>
> </FORM>
> <!-- Search Google -->

> Save that as search/html, re-type is as faf (html) and use it

Why only one radio button? The script I use to search a specific site 
is:

<td><!-- SiteSearch Google -->
<form method="get" action="http://www.google.com/search";>
<input type=hidden name=ie value="iso-8859-1">
<input type=hidden name=oe value="iso-8859-1">
<input type=hidden name=domains value="minimarcos.org.uk">
<input type=hidden name=sitesearch value="www.minimarcos.org.uk">
<input type="text" name="q" size=20 maxlength=255 value="">
<input type="submit" name="btnG" value="Search">
</font></form>

I guess the important difference is going to /custom instead of 
/search. On my local home page I have two radio buttons to search 
either www or the specified site.

-- 
Richard Porter                        http://www.minijem.plus.com/
Skype: minijem2                       mailto:r...@minijem.plus.com
I don't want a "user experience" - I just want stuff that works.

Reply via email to