tags:

views:

14

answers:

1

hi

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

thanks for help.

+1  A: 

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: http://stackoverflow.com/questions/773508/how-to-learn-ajax-using-jquery-in-a-java-web-app

Balint Pato
thanks i get it.
kawtousse
it's really nothing, but pls accept the answer if it helped :)
Balint Pato