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 Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
shark1234 Posted September 22, 2009 Author Share Posted September 22, 2009 Thanks alot for the help 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.