Syntax error Execute a script when the window's history changes in HTML?

Execute a script when the window's history changes in HTML?



When the window’s history change, the onpopstate event triggers. You can add it like this −

Example

<!DOCTYPE html>
<html>
   <body onpopstate = "onpopstateFunction()">

      <p>This is demo text</p>

   </body>
</html>
Updated on: 2020-05-30T22:47:57+05:30

183 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements