EN
Ce contenu n’est pas disponible dans votre langue. Voici la version anglaise.
popstate | onpopstate event
An event handler that is fired when changes are made to the active history. Calls to pushState or replaceState can trigger this event.
![]() |
Syntax
| HTML Attribute | <element onpopstate = "handler(event)"> |
|---|---|
| Event Property | object.onpopstate = handler; |
| attachEvent Method | object.attachEvent("onpopstate", handler) |
| addEventListener Method | object.addEventListener("popstate", handler, useCapture) |
Event handler parameters
- val [in]
-
Type: Function
A script function to do something when the event is fired.
See also
Send comments about this topic to Microsoft
Build date: 1/23/2013

