Announcement

Collapse
No announcement yet.

dropdown search box containg sections and subsections

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

    dropdown search box containg sections and subsections

    Can anyone tell me if I can put the dropdown search box (containing sections and subsections as described in the advanced users guide) onto the index homepage of my website.

    I have put it on the catalog pages OK, however I still only see the sections, not the subsections.

    see www.furnituretoday.co.uk/index2.html

    #2
    There seems to be two separate issues here

    1) You want sections and subsections
    2) You want them to appear on the front page

    In your store pages, you should have the line
    <!-- NETQUOTEVAR:SECTIONTREE_RAW -->
    followed by whatever JavaScript function you have selected from the Advanbced User Guide.

    In the main body of the page, the call to the script function should include a line of the form:

    <script language=Javascript1.1>
    document.write(JSFunctionName(section_tree))
    </script>

    Then, once you have got that working correctly, in the home page of your whole site, include the following lines in the <HEAD> section:

    <SCRIPT LANGUAGE="JavaScript" SRC="http://your.URL/acatalog/actiniccore.js"></SCRIPT>
    <SCRIPT LANGUAGE="JavaScript" SRC="http://your.URL/acatalog/Act_section_tree.js"></SCRIPT>

    Followed by the script function as it is in the store pages. The call to the script function in the main body of the page should be identical to the one in the store pages.

    Comment

    Working...
    X