freaker87 Posted January 16, 2012 Share Posted January 16, 2012 I have two events which i want to call in select while onchange I am uing this but its not working........ <Select onchange="showsuppsch(this.value); showUser(this.value)"> Quote Link to comment https://forums.phpfreaks.com/topic/255124-two-onchange-events-not-working/ Share on other sites More sharing options...
trq Posted January 16, 2012 Share Posted January 16, 2012 You'll need to wrap both function calls in another function and call that. Better stil, you should be using unobtrusive JavaScript so that your events aren't mixed in with your markup. Quote Link to comment https://forums.phpfreaks.com/topic/255124-two-onchange-events-not-working/#findComment-1308095 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.