Hi
Thanks guys..iam able to solve the issue.. i included both the .js files in .jsp.. and in the second js , i was able to call the method in first js.. same setting what i mentioned above.. but i just forgot to clear the browser cache after deploying the jsp and js files :)
Once i cleared...
I have two js files js1 and js2..
In js1 , i have a method defined
function allowAlphaNumKey(..){ .. }
In js2, i have the following code:
function addProjectRow(tBody)
{
var Cell1 = '<TD nowrap width="20%">
<input type="text" name="txtName'+rowNumber+'" value="" onBlur =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.