diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:41:45 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:41:45 -0500 |
commit | 1109132f09d75da9a28b649c7677bb6ce07c40c0 (patch) | |
tree | 0dd8b084480983cf9f9680e8aedb92782a921b13 /files/es/archive/web/liveconnect/netscape/index.html | |
parent | 4b1a9203c547c019fc5398082ae19a3f3d4c3efe (diff) | |
download | translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.tar.gz translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.tar.bz2 translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.zip |
initial commit
Diffstat (limited to 'files/es/archive/web/liveconnect/netscape/index.html')
-rw-r--r-- | files/es/archive/web/liveconnect/netscape/index.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/files/es/archive/web/liveconnect/netscape/index.html b/files/es/archive/web/liveconnect/netscape/index.html new file mode 100644 index 0000000000..85d8eabb95 --- /dev/null +++ b/files/es/archive/web/liveconnect/netscape/index.html @@ -0,0 +1,23 @@ +--- +title: netscape +slug: Archive/Web/LiveConnect/netscape +translation_of: Archive/Web/LiveConnect_Reference/netscape +--- +<p> +</p> +<h3 id="Summary" name="Summary"> Summary </h3> +<p><b>Core Object</b> +</p><p>A top-level object used to access any Java class in the package <code>netscape.*</code>. +</p> +<h3 id="Created_by" name="Created_by"> Created by </h3> +<p>The <code>netscape</code> object is a top-level, predefined JavaScript object. You can automatically access it without using a constructor or calling a method. +</p> +<h3 id="Description" name="Description"> Description </h3> +<p>The <code>netscape</code> object is a convenient synonym for the property <code>Packages.netscape</code>. +</p> +<h3 id="See_Also" name="See_Also"> See Also </h3> +<p><a href="es/Core_JavaScript_1.5_Reference/Global_Objects/Packages">Packages</a>, +<a href="es/Core_JavaScript_1.5_Reference/Global_Objects/Packages/netscape">Packages.netscape</a> +</p> +<div class="noinclude"> +</div> |