|
-
Mar 21st, 2002, 12:19 AM
#1
Thread Starter
Member
urgent
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
-
Apr 10th, 2002, 03:08 AM
#2
Well ...
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.
.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|