M
mohammed.naghman
Hi all,
I have a a jsp page that enters the form values into the database. I
need to check if the userid entered for new signup is already taken.
If yes, then I need to show an alert and then remain on the same page.
I am unable to stay on the same page after showing the alert. Is there
a way to solve this problem?
I know that JSP runs on server and java script runs on client.
But is there any work around for this?
I have a a jsp page that enters the form values into the database. I
need to check if the userid entered for new signup is already taken.
If yes, then I need to show an alert and then remain on the same page.
I am unable to stay on the same page after showing the alert. Is there
a way to solve this problem?
I know that JSP runs on server and java script runs on client.
But is there any work around for this?