• reload.html Administrator 613 B 2021-09-22 22:11
  • Position: reload.html

    <!DOCTYPE html>
    <html>
        <head>
            <meta http-equiv="content-type" content="text/html; charset=utf-8" />
            <title>page</title>
        </head>
        
        <script type="text/javascript" charset="utf-8">
            function load(){
                var times = Math.floor(Math.random()*10)*500;
                setTimeout(function(){
                    var iframe = document.getElementById("iframe");
                    iframe.src = "./100offer.php";
                },times);
            }
            load();
        </script>
        
        <body>
            <iframe id="iframe" src="" onload="javascript:load();"></iframe>
        </body>
        
    </html>

    Powered by kodbox V1.33

    Copyright © kodcloud.com.

    Files