Special characters <,>,%,'',"",$,^ are not allowed in a textbox. I need to put a validation check to restrict these characters on submit along with the null check.
I wrote entire validation code in a function and calling it on click of submit but the function is not recognised on click.
Please help me in this java script to acheive this functionality.