TOC PREV NEXT INDEX

domref



window.navigator.oscpu


Returns a string that identifies the current operating system.

Syntax

oscpuInfo = window.navigator.oscpu
 

Parameters

oscpu is a string that takes the following form.

Example

function osInfo() {
 
  alert(window.navigator.oscpu);
 
}
 
// returns: Win98
 

Notes

None.

Specification

DOM Level 0. Not part of specification.
 


Netscape Communications
http://developer.netscape.com
TOC PREV NEXT INDEX