1 2 3 4 5 6 7 8 9 10 11 12 13 14
<!DOCTYPE html> <html> <head> <script> function innerLoad() { var win = document.getElementById('ifr').contentWindow; win.location = "file_bug809290_c.html"; } </script> </head> <body> <iframe id="ifr" src="file_empty.html"> </body> </html>