Hi All,
I have my
Applet that runs using Web Start.
Here it is possible to specify static parameters for the Applet in <applet-desc>tag and that works fine.
But my applet requries dynamic data as parameter
(i.e)The applet tag is in the .php file that retrieves data from server to the applet and not .html file.
Please explain how this can be done
Thanx
Anu