Hi,
In simple i am creating a website in JSP and using Javascripts.
The problem is I have a HTML form where the user have to enter Login Id and Password. If user enters correct data then he is taken o relevant page.
But if the user enters data (say some invalid character, where it can be handled by Javascript), then it should give feedback as Incorrect Id and Password in that page only but not by alert() statement i.e a statement with red font should get visible.
Eg: In Yahoo the user taken to new page if he enters Wrong Id and Password
In Gmail , the feedback is given on that page only.
I hope u all understand.
Thanks.


