Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How can I call 2 JavaScript function in one handler

Status
Not open for further replies.

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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top