July 1998
Intermediate to advanced
1456 pages
65h 5m
English
onLine — NN n/a IE 4 DOM n/a
Read-only
Whether the browser is set for online or offline browsing (in Internet Explorer 4’s File menu). Pages may wish to invoke live server actions when they load in online mode, but avoid these calls when in offline mode. Use this Boolean property to build such conditional statements.
if (navigator.onLine) {
document.write("<APPLET ...>")
...
}Boolean value: true | false.
true
Read now
Unlock full access