HTML Editor
<!DOCTYPE html> <html lang="en-US"> <body> <script> function myFunction(){ document.write("onpageshow is Triggered"); } window.addEventListener("pageshow", myFunction); </script> </body> </html>
OUTPUT
×

Save as Private