Hi everybody!
I've a simple webpage with a java applet. The applet calculated a few values. (up to 30 lines of text) Then I want to send the values back to the server.
Sorry for my english and thanks for your help!
Hi everybody!
I've a simple webpage with a java applet. The applet calculated a few values. (up to 30 lines of text) Then I want to send the values back to the server.
Sorry for my english and thanks for your help!
Just do a GET / POST HTTP call to your webserver with the value as parameter. You should have any server side programming language in order to process those parameters.