A
Andrew
I need to call a function inside another function, but I don't know the
function name.
I solved in this way:
function x (newFunc)
{
eval(newFunc+ "()");
}
Again this work for Firefox and other browser, but not in IE. Any idea
on how to solve this?
Thanks
Andrew
function name.
I solved in this way:
function x (newFunc)
{
eval(newFunc+ "()");
}
Again this work for Firefox and other browser, but not in IE. Any idea
on how to solve this?
Thanks
Andrew