1 2 3 4 5 6 7 8 9 10 11 12
<html> <body> I'm file_browserElement_AlertInFrame_Inner.html. <script> addEventListener('load', function() { alert("Hello"); }); </script> </body> </html>