Link to home
Start Free TrialLog in
Avatar of Yap_YokeWan
Yap_YokeWan

asked on

simple example AJAX that work with jsp that check value entered by the user from the database and give alert message

Where can I refer for simple AJAX example that work with jsp that check value from the database.
Do I have to call another jsp page to make ajax work? can it be on the same jsp page?
how can I check the value that is returned and display the alert message if the value entered does not exist
Avatar of Manish
Manish
Flag of India image

ASKER CERTIFIED SOLUTION
Avatar of Manish
Manish
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Yap_YokeWan
Yap_YokeWan

ASKER

can ajax works without having to call another jsp page if we want to chk the value from db?
Yes it can talk to something else on the server directly like a Servlet.
is there any example that works as u mentioned (simple for reference)
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial