Hi, I would like to download a JAR file (that contains my utilities classes) the first time a user connects to the project, I have an applet and I modified the HTML code like this:
 
   <APPLET CODEBASE=**SPIDERCODEBASE**
            **SPIDERARCHIVE**
            CODE=**SPIDERLOADER**
            WIDTH=**SPIDERWIDTH** HEIGHT=**SPIDERHEIGHT**
            ARCHIVES="utilities.jar">
            **SPIDERPARAMS**
   </APPLET>
where utilities.jar is the file I want to download.  It doesn�t work, �what is wrong?
Thanks.

Reply via email to