Forum Moderators: coopster

Message Too Old, No Replies

How to "call" a page after selecting an item from Drop Down Select box

without the need of clicking a submit button

         

Gian04

11:31 am on Jul 15, 2007 (gmt 0)

10+ Year Member



I have a page where a user can go to a page by selecting its page number from a drop down SELECTION box, then clicking on the "GO" button.

How can I make it in such a way that after selecting the page number it will call the page (Im planning to remove the GO button)?

Habtom

11:51 am on Jul 15, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



This is more of HTML and JS thing, but

what ever you are executing on clicking go, you can put it at the onchange event:

<select onchange="">

Hab