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.