HTML ononline event Attribute

❮ HTML Event Attributes

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">

Browser Support




Status







Attribute Values

Value Description
script Specifies the script to be run on ononline.



Technical Details

Supported HTML elements:

<body>
❮ HTML Event Attributes