i am doing clicent side validation using javascript with jsp in struts, i want invoke javascript function,how,by this code function is not invoking, how invoke,please give me solution
aler("this is not correct password"); } pid <html:text property="fname"/><br> <html:submit value="ts"/> </html:form> </body> </html:html> in above code , i want to do invoke javascript function , how invoke javascript function, when i clicke the submit button, no invoking the javascript function , please give me solution
View All Comments
| View Tutorial