The forum of the forums
Welcome on the Forumotion Support Forum.

To take full advantage of everything offered by our forum, please log in if you are already a member or join our community if you're not yet....



Create a free forum like this one.
Drop-Down List 5 5 1

Drop-Down List

View previous topic View next topic Go down

Re: Drop-Down List

Post by Rok on March 29th 2009, 9:53 am

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 :



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



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.


Written by Rok and supported by Placehold.


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

Rok
Forumotion Member

Male
Posts: 6816
Age: 18
Language: English & Guitar Chords
Location: Neverland
Points: 13630
Join date: 2008-09-13

http://forumansion.com

Back to top Go down

View previous topic View next topic Back to top


Permissions in this forum:
You cannot reply to topics in this forum