CodeAve.com CodeAve.com - HTML - Forms
ASP
JavaScript
CSS
HTML
·Forms
·Hyperlinks
·Headers
·Images
·Tables
·Text Display
·Miscellaneous
·Contents
·What's New?
Maps
Links
Mail List
Search
Sitemap


 


Drop-Down Menus
Drop-Down Menus provide for easy-targeted user input by limiting what the user can send from one page to another. Drop-Down Menus are ideal for letting the user pick one (or many) items from a large list, especially when you do not want the list to take up to much space on the screen.
View the Output
Text View
Print View
Mail this Link
Download the Code

<html>
<head>
<title>
CodeAve.com(Forms: Drop-Down Menu)</title>
</head>
<body bgcolor=
"#FFFFFF">

Drop-Down Menu (Single Selection) <br>
<form action=
"post.asp" method="post">
<select size=
"1" name="Dropdown Menu">
<option value=
"" selected>Select A State</option>
<option value=
"New York">New York</option>
<option value=
"California">California</option>
<option value=
"Florida">Florida</option>
<option value=
"Rhode Island">Rhode Island</option>
</select>
<input type=
"submit" value="Submit">
</form>

<p>

Drop-Down Menu (Multiple Selection) <br>
<form action=
"post.asp" method="post">
<select size=
"3" name="Dropdown Menu" multiple>
<option selected  value=
"" >Select A State</option>
<option value=
"New York">New York</option>
<option value=
"California">California</option>
<option value=
"Florida">Florida</option>
<option value=
"Rhode Island">Rhode Island</option>
</select>
<input type=
"submit" value="Submit">
</form>

</body>
</html>

 

 

 



ASP: What's New? | Articles | Script Writers | Database Display | Read/Write
Server Variables | Response Objects | Random Events | Miscellaneous
HTML: Forms | Hyperlinks | Headers | Tables | Hyperlinks | Headers | Text Display
JavaScript: Document Info | Forms | Images | Navigation | Script Writers
CSS: Basics | Page Display | Text Display | Script Writers | Miscellaneous
Maps: Map Script Writers | Bing Maps | Google Maps
Privacy Statement

CodeAve.com is hosted by MyHosting.com
Donate Food Online with a Mouse Click at TheHungerSite.com
Donate Land Online with a Mouse Click at TheRainForestSite.com
© 1999 - 2010 CodeAve.com
All Rights Reserved