fangel
09-17-2006, 07:16 AM
I cannot figure exactly where this post may go so forgive me if I posted it in the wrong section.
The standar way of passing parameters to a Java Applet is to use the tag (e.g.) <PARAM NAME="IP" VALUE="127.0.0.0"> inside an <APPLET> tag.
I have an Applet which connects to a db server to retrieve data. The server IP, the database name etc are passed as parameters to the Applet so as to be able to connect to different servers. My question is, if there is a way I can hide this information from a user that sees the source code of my page?
Any ideas will be greatly appreciated (including php coding ideas or something regarding the way my applet should work) :confused:
Thanks in advance!
The standar way of passing parameters to a Java Applet is to use the tag (e.g.) <PARAM NAME="IP" VALUE="127.0.0.0"> inside an <APPLET> tag.
I have an Applet which connects to a db server to retrieve data. The server IP, the database name etc are passed as parameters to the Applet so as to be able to connect to different servers. My question is, if there is a way I can hide this information from a user that sees the source code of my page?
Any ideas will be greatly appreciated (including php coding ideas or something regarding the way my applet should work) :confused:
Thanks in advance!