johnsmith153 Posted October 4, 2008 Share Posted October 4, 2008 A button has onclick"run this function etc.", what can I do with a dropdown/list menu so it will have the same effect as onclick for a button? Ie I select "option 3" and it runs a function, passing the value to the function. I can do all the jscript, just need to know what changes I make to the <select> <select onselect"run function" etc. sounds good to me, but obviosuly not. Quote Link to comment Share on other sites More sharing options...
JasonLewis Posted October 4, 2008 Share Posted October 4, 2008 Here is a good list of the event handlers. I believe you'd be wanting 'onchange'. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.