Apr 17, 2006 #1 marinpa Technical User Joined Feb 12, 2001 Messages 19 Location CA Hi there, I want to call those JS functions with only one onClick event handler onclick="javascript:EstimateIt(this.form);" onclick="checkChoice(document.SET1.set, 0)" How can I do it? Regards, Martin P.
Hi there, I want to call those JS functions with only one onClick event handler onclick="javascript:EstimateIt(this.form);" onclick="checkChoice(document.SET1.set, 0)" How can I do it? Regards, Martin P.
Apr 17, 2006 #2 Deleted Technical User Joined Jul 17, 2003 Messages 470 Location US onClick="EstimateIt(this.form);checkChoice(document.SET1.set, 0)" http://unixjunky.com Upvote 0 Downvote
Apr 17, 2006 Thread starter #3 marinpa Technical User Joined Feb 12, 2001 Messages 19 Location CA Thanks UnixJunky! Upvote 0 Downvote