Home
Developer Blog
Ajax effects
CSS examples
Freelance jobs
Hot IT Jobs
Hot scripts
Code samples
Web hosting directory
Lotus Notes FAQ
See the new scripts recently added to Dynamic Drive.
Click here
.
Original, practical
CSS codes and examples
such as CSS menus for your site.
Search code samples
Keyword
All Categories
ASP
CSS
Dhtml
Html
Javascript
PHP
Code Samples
ASP
CSS
Dhtml
Html
Javascript
PHP
LOGIN HERE
Username
Password
Signup Now
Forgot Password
Verify Signup
Javascript >> General
How can I have a dropdown without a submit button?
Visitor Ratings (4) :
Description
Code
Select All
<form name="testform"> <select name="websites" size="1" onChange="window.location=document.testform.websites.options[document.testform.websites.selectedIndex].value"> <option selected value="http://www.yahoo.com">YAHOO</option> <option value="http://www.cnn.com">CNN</option> <option value="http://www.excite.com">EXCITE</option> </select> </form>
Rate this Resource
0
1
2
3
4
5
6
7
8
9
10