我有以下HTML代码,它既没有在Mozilla也没有IE上提供任何输出。状态栏显示连接到www.Facebook.com& www.yahoo.com然后页面不显示。我已经在Mozilla& amp; IE。
<HTML>
<head>
<script src="scripts.js"></script>
</head>
<frameset cols="50%,50%">
<frame src="http://search.yahoo.com/search?p=gmail" />
<frame src="http://www.facebook.com/login.php" />
</frameset>
</HTML>
答案 0 :(得分:1)
frameset
代码始终需要DOCTYPE
代码。
注意:如果要验证包含框架的页面,请确保将其设置为“HTML Frameset DTD”或“XHTML Frameset DTD”。
P.S。:不确定HTML5是否存在此要求。
答案 1 :(得分:0)
这一行:
<frame src=<frame src="http://search.yahoo.com/search?p=gmail" />
取走第一个'<frame src='