seema
Mar 21st, 2002, 12:19 AM
if i have an applet form which needs to send data to the server odes the applet direclty sends it to the server or it sends it through the .html page
honeybee
Apr 10th, 2002, 04:08 AM
I think it should be possible both ways. Using a socket, you could directly send data to the server, or using the Get/Post methods, submit data through HTML. However when sending data through HTML, you might need to create the required HTTP header information, I doubt if the browser can do it for the applet.
.