'archive' Example
<html> <body> <applet code="YourJava.class" width="350" height="260" archive="archive.ZIP"></applet> <script language="JavaScript"> document.all.myA.archive = "archive.ZIP"; </script> </body> </html>