Engine Joe

liunx

Guest
Need help incorporating this script into my site and getting it to function properly site is <!-- w --><a class="postlink" href="http://www.geocities.com/vacate_the_premisis/">www.geocities.com/vacate_the_premisis/</a><!-- w --><br />
<br />
(Site being constructed)<br />
<br />
<HTML><br />
<TITLE>Search the Site</TITLE><br />
<br />
<b>Put in a Keyword and click Search.</b><br />
<br />
<P><br />
<br />
<FORM METHOD="post" ACTION="/cgi-bin/searchengine.cgi"><br />
<INPUT TYPE="text" NAME="keyword"><br />
<INPUT TYPE="submit" VALUE="Search!"><br />
</FORM><br />
<br />
<br />
How do I get it to search just my site and properly?<!--content-->hmmn... no content to search. Sometimes google/ yahoo/ webcrawler/ some other big search engine will search a site if you pass the correct params to it. <br />
<br />
looks like you can pass in expected params in the url (method="get") and the results will arrive for a specific site. See below, where I search google for Dr. web in the <!-- w --><a class="postlink" href="http://www.htmlforums.com">www.htmlforums.com</a><!-- w --> site. (hint, look at the url that is returned)<br />
<br />
<!-- m --><a class="postlink" href="http://www.google.com/search?as_q=dr.+web&num=10&hl=en&ie=UTF-8&oe=UTF-8&btnG=Google+Search&as_epq=&as_oq=&as_eq=&lr=&as_ft=i&as_filetype=&as_qdr=all&as_occt=any&as_dt=i&as_sitesearch=www.htmlforums.com&safe=images">http://www.google.com/search?as_q=dr.+w ... afe=images</a><!-- m --><!--content-->and that will be your only choice as geocities doesn't let you use cgi scripts. hence you won't have a cgi-bin folder.<!--content-->
 
Back
Top