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.

    Drop-Down List

    Rok
    Rok
    Energetic


    Male Posts : 6823
    Reputation : 234
    Language : idk

    Tutorial Drop-Down List

    Post by Rok March 29th 2009, 5:53 pm

    Add a Drop-Down List to your Forum


    Drop-Down List

    Drop-down lists are used for users to pick a few optional selections of where to navigate to a site. They can be used for purchasing payments, forum redirections, different sites, etc.

    Here is a screenshot of a drop-down list :

    Drop-Down List Drop-d10

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

    Drop-Down List Drop-d11

    The code for a drop-down list is :
    Code:
    <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>

    The code will format just like the drop-down list in my examples above.





    Last edited by Rok on March 29th 2009, 6:57 pm; edited 1 time in total

    Chalesboon likes this post