Hi all
i am creating an application in which i m using jsp,servlet and javascript. on jsp page there are text boxes named ID and Passwprd and a submit button.
When we submit jsp page first javascript will be executed if we left any of the text boxes blank, that means both the text boxes are mandatory else it will go to the servlet.
The issue is after executing javascript it goes to the servlet and i want if javascript is executing then it must not go to the servlet and remain at jsp page.
Please solve my problem....
Thanks