HTML onpageshow event Attribute
Example
<body onpageshow="myFunction()">
Meaning
The onpageshow attribute fires when a suspended page is shown again.
Standard Syntax
<element onpageshow="script">
Advertisement
Attribute Values
| Value | Description |
|---|---|
| script | Specifies the script to be run on onpageshow |
Technical Details
Supported HTML elements:
<body>