Announcement

Collapse
No announcement yet.

Use of ACTINIC_REFERRER in Act_SimpleSearch.html

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Use of ACTINIC_REFERRER in Act_SimpleSearch.html

    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>

    #2
    Hi,

    Your base page is set to shop.html. You can either change the value for the refferrer to http://www.homebits.co.uk/acatalog/shop.html or in Design | Options |Site Defaults .. change the 'Base Page Name' to index.html, instead of shop.html and do a refresh of the site.

    Kind regards,
    Bruce King
    SellerDeck

    Comment

    Working...
    X