1 2 3 4 5 6 7 8
<!DOCTYPE html> <html style="height: 100%;"> <body style="height: 100%;"> <!-- Make sure the div forces the frame off the screen by default --> <div style="height: 200%"></div> <iframe src="about:neterror"></iframe> </body> </html>