List

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ManagerJosh
    Senior Member
    • Jun 2002
    • 9922

    List

    Anyone know of some sort of javascript/html that allows me to have a list? Not like a drop down list, but rather a long list that is selectable that you can just scroll and don't have to open.

    Nothing like the forumjump, but just an expanded version of the forum jump that allows you to select.
    ManagerJosh, Owner of 4 XenForo Licenses, 1 vBulletin Legacy License, 1 Internet Brands Suite License
    Director, WorldSims.org | Gaming Hosting Administrator, SimGames.net, Urban Online Entertainment
  • Bacon Bits
    Member
    • Jan 2004
    • 44

    #2
    you mean like this?

    HTML Code:
     <form name="service">
    <select name="xservice" size="3" 
    onchange="document.location.href=this.options[this.selectedIndex].value"> 
    	 <option value="firstaddress.html">--1st Link--</option>
    	 <option value="secondaddress.html">--2nd Link--</option>
    	 <option value="thirdaddress.html">--3rd Link--</option>
    	 <option value="fourthaddress.html">--4th Link--</option>
    	 <option value="fifthaddress.html">--5th Link, Etc.--</option>
    </select>
    </form>

    Comment

    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
    Working...