'archive' Example : Applet « HTML « JavaScript DHTML
- JavaScript DHTML
- HTML
- Applet
'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