M
Maguila007
Hi
Is there any way to obtain the name of the function, inside the
function which was called.
Ex:
function something() {
alert( "The name of the function you invoke is " ......should
says 'something' );
}
Is there any way to obtain the name of the function, inside the
function which was called.
Ex:
function something() {
alert( "The name of the function you invoke is " ......should
says 'something' );
}