July 1998
Intermediate to advanced
1456 pages
65h 5m
English
platform — NN 4 IE 4 DOM n/a
Read-only
Returns the name of the operating system or hardware platform of the
browser. For Windows 95/NT, the value is Win32;
for a Macintosh running a PowerPC CPU, the value is
MacPPC. At least for the major platforms
I’ve been able to test, Navigator and Internet Explorer agree
on the returned values. Using this property to determine the baseline
facilities of the client in a conditional expression can help the
page optimize its output for the device.
if (navigator.platform == "Win32") {
document.write( ) content suitable for a Windows 95/NT computer
}String.
None.
Read now
Unlock full access