shark1234 Posted September 22, 2009 Share Posted September 22, 2009 Hey, I was just wondering if a form element can have to different onclick options <input type = "button" name = "go" value = "GO" onClick="getRequest()" onClick="getOther()" > Thanks alot Link to comment https://forums.phpfreaks.com/topic/175147-onclick/ Share on other sites More sharing options...
Maq Posted September 22, 2009 Share Posted September 22, 2009 You can call 2 function in a single onClick() event or, you can include 1 function in another and call it. Link to comment https://forums.phpfreaks.com/topic/175147-onclick/#findComment-923095 Share on other sites More sharing options...
shark1234 Posted September 22, 2009 Author Share Posted September 22, 2009 Thanks alot for the help Link to comment https://forums.phpfreaks.com/topic/175147-onclick/#findComment-923100 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.