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)"> 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. 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
Archived
This topic is now archived and is closed to further replies.