เมื่อประวัติของหน้าต่างเปลี่ยนไป onpopstate ทริกเกอร์เหตุการณ์ คุณสามารถเพิ่มได้ดังนี้ -
ตัวอย่าง
<!DOCTYPE html> <html> <body onpopstate = "onpopstateFunction()"> <p>This is demo text</p> </body> </html>
เมื่อประวัติของหน้าต่างเปลี่ยนไป onpopstate ทริกเกอร์เหตุการณ์ คุณสามารถเพิ่มได้ดังนี้ -
<!DOCTYPE html> <html> <body onpopstate = "onpopstateFunction()"> <p>This is demo text</p> </body> </html>