'archive' Example : Applet « HTML « JavaScript DHTML






'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>

    
      
      








Related examples in the same category

1.'code' Example