Click here to Skip to main content
15,902,938 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have created one jsp page .like(one.jsp) in this i am calling oneclick(example like validate()) event for submit button i need to implement this onclick validate method in different jsp for example (two.jsp).how i need to implement this functionality.
Posted

1 solution

Create javascript file with validations, common functions etc.. and add reference to it
HTML
<script src="validation.js" type="text/javascript"></script>

http://www.javascriptkit.com/javatutors/external.shtml[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900