0

how could i display a javascript message from a servlet. I am searching examples

thanks for help.

1 Answer 1

1

that's a bit confusing: servlet is a server-side technology. JavaScript is working at the client-side (or you have a JS server?). You probably want to use AJAX to display a result of a servlet. I suggest you trying out jQuery.

You can check out this question as well on SO: How to learn AJAX using jQuery in a Java web app

Sign up to request clarification or add additional context in comments.

1 Comment

it's really nothing, but pls accept the answer if it helped :)

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.