Announcement

Collapse
No announcement yet.

Problem with NETQUOTEVAR:SIMPLESEARCH on ACT_BrochurePrimary.html Page

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

    Problem with NETQUOTEVAR:SIMPLESEARCH on ACT_BrochurePrimary.html Page

    Have been modifying the ACT_BrochurePrimary.html page on our website
    And trying to add the product search facility onto the page.

    If you view the attached image you will see that when Actinic uploads the site all I can see where the product search box should be is:

    NETQUOTEVAR:SIMPLESEARCH

    I looked at the code on the ACT_Primary.html page and looks identical so what am I missing?

    The code used on the BrochurePrimary.html page is

    Code:
    <table width="172" border="0" cellpadding="0" cellspacing="1" class="navborder">
    <tr> 
    <td class="accessorytablemain" align="center"> 
    NETQUOTEVAR:SIMPLESEARCH
    </td>
    </tr>
    </table>
    As you can see the code is very simple, so no idea why this does not work?

    Any ideas???
    Attached Files

    #2
    search the forum. the answer is on here already.

    Mike
    -----------------------------------------

    First Tackle - Fly Fishing and Game Angling

    -----------------------------------------

    Comment


      #3
      Forgive me but cant find the answer?

      Comment


        #4
        I just tried "simplesearch brochure" and threads 3,5 and 8 have the answer. Apparently it's also in the knowledge base.

        Mike
        -----------------------------------------

        First Tackle - Fly Fishing and Game Angling

        -----------------------------------------

        Comment


          #5
          Jont's post on this thread sorted the problem.

          <table width="140" border=0 align=center cellpadding=0 cellspacing=0>
          <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>
          </table>

          Comment


            #6
            Just to complete the answer:

            NETQUOTEVAR:SIMPLESEARCH on it's own doesn't work in brochure pages. You need to use the code Gavin's copied above.

            Mike
            -----------------------------------------

            First Tackle - Fly Fishing and Game Angling

            -----------------------------------------

            Comment


              #7
              Originally posted by olderscot View Post
              Just to complete the answer:

              NETQUOTEVAR:SIMPLESEARCH on it's own doesn't work in brochure pages. You need to use the code Gavin's copied above.

              Mike
              Does not work on v7 either mate, as that is what I use.

              Comment


                #8
                Yup. I checked some of the threads after posting. Even though i'm sure I saw it posted about being a problem for V6 I did check and changed my post accordingly.

                Mike
                -----------------------------------------

                First Tackle - Fly Fishing and Game Angling

                -----------------------------------------

                Comment

                Working...
                X