-
Applet - sockets
Hi everybody.
First of all: I have to write an applet which must connect via UDP to an IP and Port. Is it possible to connect to any IP, or just to the server from which the applet was download?
Does anybody have a simple code for an applet which connect through UDP sockets to a server??
Many thanks in advance,
NM
-
Re: Applet - sockets
Unless the applet is signed, it can only connect to the server from which it is run.
-------------------------------------------
weaver
icq# 64665116
Please rate this post.
http://weaver.x7.htmlplanet.com
-
Re: Applet - sockets
Thanks.
Now, it is clear for me.
NM