Hi,
I have a servlet that does some database accessing. The important thing is that it returns a string.
From my JavaScript on the client, I am trying to call the servlet, and then store the returned string in a variable.
I cant seem to get it to work. Can anyone give me a tip?
Thanks in advance.
I have a servlet that does some database accessing. The important thing is that it returns a string.
From my JavaScript on the client, I am trying to call the servlet, and then store the returned string in a variable.
I cant seem to get it to work. Can anyone give me a tip?
Thanks in advance.