When the simple search returns no results, the browser gets forwarded to another page - which I presume should be the page the visitor came from.
On the site I have just built, it forwards you to "http://www.homebits.co.uk/acatalog/index.html",which doesn't exist.
I suspect it is because of the value of the ACTINIC_REFERRER variable I have set in Act_SimpleSearch.html (shown below).
What should I have ACTINIC_REFERRER set to?
====================================================
<form name="simplesearch" action="NETQUOTEVAR:SEARCHCGIURL" method="NETQUOTEVAR:CGIMETHOD">
<input class="simplesearch_text" type="text" name="SS" size="15" value="NETQUOTEVAR:QUICKSEARCHLABEL" onFocus="this.value='';this.style.background='#FFFFFF';">
<input class="simplesearch_image" type="image" name="ACTION" id="ACTION" src="search_button.gif" alt="NETQUOTEVAR:QUICKSEARCHBUTTONTEXT" title="NETQUOTEVAR:QUICKSEARCHBUTTONTEXT" >
<input type="hidden" name="PR" value="-1">
<input type="hidden" name="TB" value="A">
<input type="hidden" name="SHOP" value="NETQUOTEVAR:SHOPID">
<input type="hidden" name="ACTINIC_REFERRER" value="http://www.homebits.co.uk/acatalog/index.html" >
</form>
On the site I have just built, it forwards you to "http://www.homebits.co.uk/acatalog/index.html",which doesn't exist.
I suspect it is because of the value of the ACTINIC_REFERRER variable I have set in Act_SimpleSearch.html (shown below).
What should I have ACTINIC_REFERRER set to?
====================================================
<form name="simplesearch" action="NETQUOTEVAR:SEARCHCGIURL" method="NETQUOTEVAR:CGIMETHOD">
<input class="simplesearch_text" type="text" name="SS" size="15" value="NETQUOTEVAR:QUICKSEARCHLABEL" onFocus="this.value='';this.style.background='#FFFFFF';">
<input class="simplesearch_image" type="image" name="ACTION" id="ACTION" src="search_button.gif" alt="NETQUOTEVAR:QUICKSEARCHBUTTONTEXT" title="NETQUOTEVAR:QUICKSEARCHBUTTONTEXT" >
<input type="hidden" name="PR" value="-1">
<input type="hidden" name="TB" value="A">
<input type="hidden" name="SHOP" value="NETQUOTEVAR:SHOPID">
<input type="hidden" name="ACTINIC_REFERRER" value="http://www.homebits.co.uk/acatalog/index.html" >
</form>
Comment