Sử dụng onstorage thuộc tính trong HTML để thực thi trên bản cập nhật khu vực Lưu trữ Web. Bạn có thể thử chạy mã sau để triển khai onstorage thuộc tính -
Ví dụ
<!doctype html> <html> <head><title>HTML onstorage</title> </head> <body> <h2>Welcome</h2> <body onstorage = "javascript:alert('Your learning journey!');"> Demo text</body> </body> </html>