Announcement

Collapse
No announcement yet.

drop down menu (Not Norman one)

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

    drop down menu (Not Norman one)

    Hi,

    Anyone knows wad is wrong with this code. why is my drop menu not working?

    http://www.hst.com.sg/acatalog/Gianf...la_Cotton.html --> the one that begins with "please click..."

    Ps. i haev attached a file which is what i have in the descripton box.

    Thanks In adv,
    Swee
    Attached Files
    Http://www.hst.com.sg

    #2
    Two things.

    1) If you're putting this within the Product description then you are already inside a FORM and you can't nest forms. You might get away with removing the <FORM...> and </FORM> tags.

    2) You can't have HTML within the options of SELECT statements - only plain text.

    Norman
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      Hi Norman,

      What do you mean by No html Code? Then what should the code be like then?


      !!<<SCRIPT LANGUAGE="JavaScript" SRC="product.js" TYPE="text/javascript"></SCRIPT><div align="center"><br><font color ="#FF33CC" size="2">* Please <b><i>Choose</i></b> your 5 preferred <b>designs/textures:</b></font>

      <select name = "product" onChange="jumpMenu('parent',this,0)" style="background:#FFFFFF; border:1 #333333 solid; font-size:11px; color:#666666" p class="content">

      <option value="http://www.hst.com.sg/acatalog/Twill.html#Gianfranco-Fila-Egyptian-Cotton-twill"><font color="666666" size =1>Plain/Twill</font></option>

      <option value="http://www.hst.com.sg/acatalog/Poplin.html#Gianfranco-Fila-Egyptian-Cotton-poplin"><font color="666666" size =1>Plain/Poplin</font></option>

      </select>
      Http://www.hst.com.sg

      Comment


        #4
        Hi Norman!!

        IT works already. But i dont know why..
        Http://www.hst.com.sg

        Comment

        Working...
        X