页面打开空白,html脚本无效

时间:2016-11-27 20:10:33

标签: html

我将我的域https://instamemories.tk重定向到我的其他链接,但该页面只显示空白?为什么我的页面不显示?我清楚地写了一个代码,但屏幕只是空白。我将其重定向到的另一个链接是:http://www.imxprs.com/free/bowxtoxthexomega/instamemories如果有帮助的话。



<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">

<html>
  <head>
    <title>instamemories.tk</title>
    <meta name="description" content="instamemories.tk">
    <meta name="keywords" content="instamemories.tk">
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <script type="text/javascript">
        var _gaq = _gaq || [];
        _gaq.push(['_setAccount', 'UA-23441223-3']);
        _gaq.push(['_setDomainName', 'none']);
        _gaq.push(['_setAllowLinker', true]);
        _gaq.push(['_trackPageview']);
        (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
            ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
            var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
        })();
    </script>
  </head>
  <frameset rows="*">
    <frame frameborder=0 src="http://www.imxprs.com/free/bowxtoxthexomega/instamemories" name="dot_tk_frame_content" scrolling="auto" noresize>
  </frameset>
</html>
&#13;
&#13;
&#13;

0 个答案:

没有答案
相关问题