My catalog is part of a site with a number of dreamweaver pages, can I add the search facility to some of these pages?
And roughly how?
Thanks,
Meg
And roughly how?
Thanks,
Meg
<form name=simplesearch action="http://www.domain.co.uk/cgi-bin/ss000001.pl" METHOD="GET">
<tr>
<td valign=middle noWrap align=center> <input type="TEXT" name="SS" size="11" maxsize="125" value="Quick search" onFocus="this.value='';this.style.background='#FFFFFF'">
<input TYPE=HIDDEN NAME="PR" VALUE="-1"> <input TYPE=HIDDEN NAME="TB" VALUE="A">
<input TYPE=HIDDEN NAME="SHOP" VALUE=""></td>
</tr>
</form>
Comment