Advertisement
Home Open Editor ❯

HTML ononline Attribute

Example

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

Try this code ❯

Meaning

The ononline attribute fires when the user agent goes back online.

Found only on the <body> element.


Standard Syntax

<element ononline="script">


Applies to:

The ononline attribute can be used on the following element:

Element Attribute
<body> ononline

Advertisement

Attribute Values

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