hi everybody, I am new in java. I am writing an applet code, but i 'd like before that the client load this applet one jsp which can asking of the system property from the client for example: java.version, os.name, browser that be using
my applet code: .. public class PropertyCheckerApplet extends Applet { URL url; String string1 = "file:///C://index.html"; String string2 = "file:///C://error.html";
in onther words: i 've two applet(tree-applet which shows my data system and another which examines the system-property from client, for example: java.version, java.vendor...) I 'd like writing jsp that this property from client sends and chooses whether my tree-applet can be loaded or not. i've her an illustration that is perhaps clearly for u. I don't know what I must write in JSP??
|Server| |Client| | |----checkPropertyApplet----> | | | | | | | |<----System-Properties------ | | | | | | | | ---Answer-TreeApplet------> | | | | or | | | |---HTML-site---------------->| | applet can not be loaded