HTML ononline Attribute
Example
<body ononline="onFunction()" onoffline="offFunction()">
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:
Advertisement
Attribute Values
| Value | Description |
|---|---|
| script | Specifies the script to be run on ononline. |