Advertisement
Home Open Editor ❯

HTML onoffline Attribute

Example

<body ononline="onFunction()" onoffline="offFunction()">

Try this code ❯

Meaning

The onoffline attribute fires when the user agent goes offline.

Found only on the <body> element.


Standard Syntax

<element onoffline="script">


Applies to:

The onoffline attribute can be used on the following element:

Element Attribute
<body> onoffline

Advertisement

Attribute Values

Value Description
script Specifies the script to be run on onoffline.
Home Open Editor ❯
Advertisement