Hi I have edited the simple search on the Act_Primary page(s) and it no longer works, i.e. the form field is not submitting.
below is the html from the Act_primary page for the search area can anyone see what it needs to do in order for it to work again?
thanks
Dan
<form name=simplesearch action="NETQUOTEVAR:SIMPLESEARCH" METHOD="NETQUOTEVAR:CGIMETHOD">
<tr valign="middle">
<td align="center" noWrap><input type="TEXT" name="SS" size="15" maxsize="125" value="Quick Search" onFocus="this.value='';this.style.background='#FFFFFF'">
</td>
<td align="center" noWrap><input name="ACTION" type="image" id="ACTION" src="quicksearch.gif" width="49" height="19" border="0">
<input type=HIDDEN name="PR" value="-1">
<input type=HIDDEN name="TB" value="A">
<input type=HIDDEN name="SHOP" value="NETQUOTEVAR:SHOPID">
below is the html from the Act_primary page for the search area can anyone see what it needs to do in order for it to work again?
thanks
Dan
<form name=simplesearch action="NETQUOTEVAR:SIMPLESEARCH" METHOD="NETQUOTEVAR:CGIMETHOD">
<tr valign="middle">
<td align="center" noWrap><input type="TEXT" name="SS" size="15" maxsize="125" value="Quick Search" onFocus="this.value='';this.style.background='#FFFFFF'">
</td>
<td align="center" noWrap><input name="ACTION" type="image" id="ACTION" src="quicksearch.gif" width="49" height="19" border="0">
<input type=HIDDEN name="PR" value="-1">
<input type=HIDDEN name="TB" value="A">
<input type=HIDDEN name="SHOP" value="NETQUOTEVAR:SHOPID">
Comment