Hi
Having a problem with the simple search facility.
I have a search bar on every page by having NETQUOTEVAR:SIMPLESEARCH in Act_Primary.html. But when I use the search bar, it just takes me back to the Store Top with no search results.
Can anyone help? I have changed stuff around a few times, but I'm sure this is something simple. But now I can't see the wood for the trees. I have tried a full site refresh.
My Act_SimpleSearch.html looks like this:
<!-- SIMPLESEARCH HTML BEGIN -->
<head>
</head>
<table cellspacing=0 cellpadding=0 border=0 height="14">
<tr>
<form name=simplesearch action="NETQUOTEVAR:SEARCHCGIURL" METHOD="NETQUOTEVAR:CGIMETHOD">
<td valign=bottom align=right>
<input style="font-size: 8pt; font-family: Arial; font-weight: bold" name="SS" size="10" maxsize="50" value="QuickSearch">
</td>
<td valign=bottom align=left>
<input type=SUBMIT name=ACTION value="NETQUOTEVAR:QUICKSEARCHBUTTONTEXT" style="font-family: Arial; font-size: 8pt; font-weight: bold">
<input TYPE=HIDDEN NAME="PR" VALUE="-1">
<input TYPE=HIDDEN NAME="TB" VALUE="A">
<input TYPE=HIDDEN NAME="SHOP" VALUE="NETQUOTEVAR:SHOPID">
</td>
</form>
</tr>
</table>
<!-- Not Used -->
<!--
NETQUOTEVAR:PRICERANGECONTROL
NETQUOTEVAR:SEARCHANDSTRING
NETQUOTEVAR:SEARCHORSTRING
NETQUOTEVAR:SEARCHCOMBINEINFO
-->
<!-- SIMPLESEARCH HTML END -->
Any ideas?
Cheers
Jon
Having a problem with the simple search facility.
I have a search bar on every page by having NETQUOTEVAR:SIMPLESEARCH in Act_Primary.html. But when I use the search bar, it just takes me back to the Store Top with no search results.
Can anyone help? I have changed stuff around a few times, but I'm sure this is something simple. But now I can't see the wood for the trees. I have tried a full site refresh.
My Act_SimpleSearch.html looks like this:
<!-- SIMPLESEARCH HTML BEGIN -->
<head>
</head>
<table cellspacing=0 cellpadding=0 border=0 height="14">
<tr>
<form name=simplesearch action="NETQUOTEVAR:SEARCHCGIURL" METHOD="NETQUOTEVAR:CGIMETHOD">
<td valign=bottom align=right>
<input style="font-size: 8pt; font-family: Arial; font-weight: bold" name="SS" size="10" maxsize="50" value="QuickSearch">
</td>
<td valign=bottom align=left>
<input type=SUBMIT name=ACTION value="NETQUOTEVAR:QUICKSEARCHBUTTONTEXT" style="font-family: Arial; font-size: 8pt; font-weight: bold">
<input TYPE=HIDDEN NAME="PR" VALUE="-1">
<input TYPE=HIDDEN NAME="TB" VALUE="A">
<input TYPE=HIDDEN NAME="SHOP" VALUE="NETQUOTEVAR:SHOPID">
</td>
</form>
</tr>
</table>
<!-- Not Used -->
<!--
NETQUOTEVAR:PRICERANGECONTROL
NETQUOTEVAR:SEARCHANDSTRING
NETQUOTEVAR:SEARCHORSTRING
NETQUOTEVAR:SEARCHCOMBINEINFO
-->
<!-- SIMPLESEARCH HTML END -->
Any ideas?
Cheers
Jon
Comment