永发信息网

做了个有框架的网页,为什么用浏览器打开是空白?

答案:3  悬赏:0  手机版
解决时间 2021-01-28 21:05
  • 提问者网友:無理詩人
  • 2021-01-27 22:01
代码:
<html>
<head>
<title>使用框架</title>
</head>
<body>
<frameset cols="*,30%">
<frameset rows="*,280">
<frame src="example3.2.html" name="f1">
<frame src="example3.8.html" name="f2">
</frameset>
<frameset rows="*,280">
<frame src="example3.9.html" name="f3">
<frame src="examp;e3.10.html" name="f4">
</frameset>
</frmeset>
</body>
</html>
最佳答案
  • 五星知识达人网友:孤老序
  • 2021-01-27 22:11
//改好了
<html>
<head>
<title>使用框架</title>
</head>
<frameset cols="*,30%">
<frameset rows="*,280">
<frame src="example3.2.html" name="f1">
<frame src="example3.8.html" name="f2">
</frameset>
<frameset rows="*,280">
<frame src="example3.9.html" name="f3">
<frame src="examp;e3.10.html" name="f4">
</frameset>
</frmeset>
<body>
</body>
</html>
全部回答
  • 1楼网友:动情书生
  • 2021-01-28 00:02
插入那网页的路径不对你可以试试 ../
  • 2楼网友:上分大魔王
  • 2021-01-27 23:36
SRC引用的html文件都存在吗?……
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯