TOC PREV NEXT INDEX

Put your logo here!


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. 


mozilla.org | mailto:oeschger | bug 93108
TOC PREV NEXT INDEX