aboutsummaryrefslogtreecommitdiff
path: root/files/fi/dom/window.navigator.productsub/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fi/dom/window.navigator.productsub/index.html')
-rw-r--r--files/fi/dom/window.navigator.productsub/index.html29
1 files changed, 0 insertions, 29 deletions
diff --git a/files/fi/dom/window.navigator.productsub/index.html b/files/fi/dom/window.navigator.productsub/index.html
deleted file mode 100644
index af2f4646c1..0000000000
--- a/files/fi/dom/window.navigator.productsub/index.html
+++ /dev/null
@@ -1,29 +0,0 @@
----
-title: window.navigator.productSub
-slug: DOM/window.navigator.productSub
-translation_of: Web/API/Navigator/productSub
----
-<div>
- {{ApiRef}} {{non-standard_header}}</div>
-<h2 id="Summary" name="Summary">Yhteenveto</h2>
-<p><b>productSub</b> palauttaa nykyisen selaimen rakentamisnumeron.</p>
-<h2 id="Syntax" name="Syntax">Syntaksi</h2>
-<pre class="syntaxbox"><i>prodSub</i> = window.navigator.productSub</pre>
-<ul>
- <li><code>prodSub</code> on merkkijono.</li>
-</ul>
-<h2 id="Example" name="Example">Esimerkki</h2>
-<pre class="brush:js">&lt;script&gt;
-function prodsub() {
- var dt = document.getElementById("d").childNodes[0];
- dt.data = window.navigator.productSub;
-}
-&lt;/script&gt;
-
-&lt;button onclick="prodsub();"&gt;productSub&lt;/button&gt;
-// palauttaa: 20010725</pre>
-<h2 id="Notes" name="Notes">Kommentit</h2>
-<p>IE-selaimessa tämä ominaisuus palauttaa määrittelemättömän.</p>
-<p>Apple Safari- ja Google Chrome-selaimissa tämä ominaisuus palauttaa aina <code>20030107</code>.</p>
-<h2 id="Specification" name="Specification">Spesifikaatio</h2>
-<p>{{dom0}}</p>