Web Hosting Offers
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
 
 
 
   
 
 
  Code Samples
 
ASP
CSS
Dhtml
Html
Javascript
PHP
 
   
     LOGIN HERE  
 
Username
Password
Forgot Password
Verify Signup
 
 
 

Javascript >> General

How can i make selection list without a submit button?

Visitor Ratings (1) :

Description
JavaScript allows us to make the visitor jump to a particular page by selecting an item from the drop down menu - and that too without a submit button.

. We employ the onChange() event handler along with location property of the window object.
Code
Select All
 Rate this Resource