DownloadManagerLite.java | Class | This applet runs as a server in the browser to cater to requests from html pages
for loading 'proxyletscript.jar' and 'proxyletCommandListener.html' (which loads
the applet 'ProxyletCommandListenerApplet') files.
This is created for the reason that when an applet and a signed script (as .html file)
reside in the same html page, in different frames, the browser allows applet to call
signed script's those functions which require extra privileges only if they both have
been loaded from the same server. |