'archive' Example : archive « Javascript Properties « JavaScript Reference

'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.'archive' Syntax and Note
2.'archive' is applied to