Name

onLine — NN n/a IE 4 DOM n/a

Synopsis

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.

Example

if (navigator.onLine) {
    document.write("<APPLET ...>")
    ...
}

Value

Boolean value: true | false.

Default

true

Get Dynamic HTML: The Definitive Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.