Where do I put my code for a drop down list Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

    Where do I put my code for a drop down list

    avatar
    MRU Rapid
    Forumember


    Posts : 55
    Reputation : 5
    Language : English

    Where do I put my code for a drop down list Empty Where do I put my code for a drop down list

    Post by MRU Rapid January 28th 2011, 4:09 pm

    I have a code for a drop down list-

    <div id="EchoTopic">
    <form name="jump2">
    <select name="menu" onchange="location=document.jump2.menu.options[document.jump2.menu.selectedIndex].value;" value="GO">
    <option value="">TITLE OF DROP-DOWN LIST HERE</option>
    <option value="LINK HERE">SELECTION TITLE HERE</option>
    <option value="LINK HERE">SELECTION TITLE HERE</option>

    </select>
    </form>
    </div>
    -
    Where do I put this to make it work?