CINXE.COM
<!DOCTYPE html> <html lang="en" ng-app="myApp" ng-controller="errormain"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title></title> <style> html,body,div{padding: 0; margin: 0;} </style> </head> <body> <iframe id="autherframe" frameBorder="0" src="https://speresources.nexusguard.com/errpage/error.html#404;8.222.208.146;pbuDMAAAAAAAAAAACN7Qkq6f;4040" height="100%" width="100%"></iframe> <script> var doc = document, autherframe = doc.getElementById("autherframe"); var frameWin = autherframe.contentWindow; //window瀵硅薄 var frameDoc = autherframe.contentWindow.document; //document瀵硅薄 var frameBody = autherframe.contentWindow.document.body; //body瀵硅薄 autherframe.onload = function(){ this.height = window.innerHeight>600?window.innerHeight:"600px"; this.scrolling = window.innerHeight>600?"no":"yes" } </script> </body> </html>