1<html><head><script> 2 3function handleStorageEvent(e) { 4 window.parent.storageEventList.push(e); 5} 6 7</script></head><body onstorage="handleStorageEvent(window.event);"> 8</body></html> 9