How to include a JavaScript Function Call as a parmeter on another JavaScript Function?
Posted
by OutOFTouch
on Stack Overflow
See other posts from Stack Overflow
or by OutOFTouch
Published on 2010-03-17T19:27:54Z
Indexed on
2010/03/17
19:31 UTC
Read the original article
Hit count: 416
Hi,
How can I have a parameter to one JS function be Function Name with paramters to call another function?
something like: onClick="Clicked(this, 'SomeFunction('test')'"
Regards
© Stack Overflow or respective owner