JavaScript Reference/Javascript Properties/archive — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
|
(нет различий)
|
Текущая версия на 08:22, 26 мая 2010
"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>
"archive" is applied to
+----------------+--------------------------------------------------------------+
| Applied_To |<applet> <object> |
+----------------+--------------------------------------------------------------+
"archive" Syntax and Note
Note:
Read and write property.
Sets the URL for a ZIP file containing Java code.
Syntax:
document.getElementById("elementID").archive = value
document.all.elementID.archive = value // IE only