valaparla123
Programmer
Hi
I have a jsp page. In this, the body tag has onLoad method. this is all ready existing one and this onload is calling from abc.js .
if i want to add another onload function in same body tag and we have to call second onload from another javascript file. for this what i have to do?
please help out me?
Existing code: <body onload=javascript:"function1();return false;">?
</body>
the above code is already existing code. i want to call another function2() from above body tag. for that what i have to do?
fuction1() implemented in abc.js
function2() implemented in def.js
please help out me?
Thanks
hanu
I have a jsp page. In this, the body tag has onLoad method. this is all ready existing one and this onload is calling from abc.js .
if i want to add another onload function in same body tag and we have to call second onload from another javascript file. for this what i have to do?
please help out me?
Existing code: <body onload=javascript:"function1();return false;">?
</body>
the above code is already existing code. i want to call another function2() from above body tag. for that what i have to do?
fuction1() implemented in abc.js
function2() implemented in def.js
please help out me?
Thanks
hanu