Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

window.navigator.productSub

Non-standard
This feature is non-standard and is not on a standards track. Do not use it on production sites facing the Web: it will not work for every user. There may also be large incompatibilities between implementations and the behavior may change in the future.

Yhteenveto

productSub palauttaa nykyisen selaimen rakentamisnumeron.

Syntaksi

prodSub = window.navigator.productSub
  • prodSub on merkkijono.

Esimerkki

<script> 
function prodsub() {
  var dt = document.getElementById("d").childNodes[0];
  dt.data = window.navigator.productSub;
} 
</script>

<button onclick="prodsub();">productSub</button>
// palauttaa: 20010725

Kommentit

IE-selaimessa tämä ominaisuus palauttaa määrittelemättömän.

Apple Safari- ja Google Chrome-selaimissa tämä ominaisuus palauttaa aina 20030107.

Spesifikaatio

DOM Level 0. Not part of any standard.

Document Tags and Contributors

 Contributors to this page: khalid32, Karvjorm
 Last updated by: khalid32,