Apr 17, 2006 #1 marinpa Technical User Feb 12, 2001 19 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 Jul 17, 2003 470 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 Feb 12, 2001 19 CA Thanks UnixJunky! Upvote 0 Downvote