Hi
I have set up a search engine to work on the following site www.eversfield.co.uk utlising asp
The problem is the info from the search box does not automatically go to the zoom search page. The code on the home page is as follows:
<form class="search" action="/search/search.asp" method="get" name="searchform" target="_self" id="searchform">
<span style="margin-bottom: 0"><span class="style33">
Search</span> <span class="style33" style="margin-bottom: 0"> the site below</span><span class="style34" style="margin-bottom: 0"></span>
<span class="style33">
Any help would be welcome
Graham
<input type="hidden" name="include" value=""> </span>
<input id="search1" class="height" type="text" name="q" value="Enter Keyword..." size="16" />
<input type="submit" name="Go" value="Go" />
</span>
</form>
I have set up a search engine to work on the following site www.eversfield.co.uk utlising asp
The problem is the info from the search box does not automatically go to the zoom search page. The code on the home page is as follows:
<form class="search" action="/search/search.asp" method="get" name="searchform" target="_self" id="searchform">
<span style="margin-bottom: 0"><span class="style33">
Search</span> <span class="style33" style="margin-bottom: 0"> the site below</span><span class="style34" style="margin-bottom: 0"></span>
<span class="style33">
Any help would be welcome
Graham
<input type="hidden" name="include" value=""> </span>
<input id="search1" class="height" type="text" name="q" value="Enter Keyword..." size="16" />
<input type="submit" name="Go" value="Go" />
</span>
</form>
Comment