I have been trying to find out a java script function source file name.
We need to figure out what java script is being executed when click a button. There is no embedded javascript in the jsp file.
I inspected that button element using firebug, we are calling a doSomething() function when we click this button.
Can anyone help me on how to find out the source file name of that doSomething() function?.