Announcement

Collapse
No announcement yet.

v7 compatible automatic select dropdown list

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

    v7 compatible automatic select dropdown list

    Hi

    I have found a few examples from doing a Google search but before I use one of them, I wonder if anyone can recommend an Actinic V7 safe hmtl/java code to automatically select/submit an option from a dropdown list (e.g. without the user having to press go).

    Kind regards

    Paul
    KJ Beckett
    Men's Clothing & Accessories
    Cufflinks, Underwear, Ties, Grooming Products
    Bath, England
    Fast delivery to UK, USA and worldwide.
    Men's Fashion Blog

    #2
    I will leave that to one of the javascript experts on the forum. Can someone give Paul a few pointers please.

    Kind regards,
    Bruce King
    SellerDeck

    Comment


      #3
      Hi, Paul

      Edit Act_VariantListHeader.html and replace with

      <SELECT CUSTOMVAR:EXTRACODE NAME="NETQUOTEVAR:ATTRIBUTEREF">

      Create a Custom Property called EXTRACODE

      In the products that require this capability set EXTRACODE to contain

      onchange="this.form.submit()"

      Set at the Section or Site level to do all products on a particular page or everywhere.
      Norman - www.drillpine.biz
      Edinburgh, U K / Bitez, Turkey

      Comment

      Working...
      X