+ -
当前位置:首页 → 问答吧 → 为什么frameset 总要刷新一次才能正确显示??

为什么frameset 总要刷新一次才能正确显示??

时间:2010-07-24

来源:互联网

我用frameset 之间的嵌套做了一个基本框架 ,可有时候总要刷新一次才能正确显示?不解!




有没有人也碰到过这种情况啊,碰到的麻烦跟我说下是怎么回事?



先谢谢了!!!




解决方法: 我把文件后缀名改成html 貌似就可以了 而且刷新的问题也没了,不会每次刷新就回到首页上去了!
只能说自己写程序不规范,文件类型滥用!!!
[ 此帖被xiaoasha在2010-07-31 10:00重新编辑 ]

作者: xiaoasha   发布时间: 2010-07-24

源码?

作者: memory   发布时间: 2010-07-24

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<link href="/website/templates/common.css" type=text/css rel="stylesheet" />
</head>


<frameset cols="*,800,*" frameborder="no" border="0" framespacing="0" style="height:1205px">
<frame src="about:blank"></frame>
<frameset rows="130,930,140,*"  border="0" style="width:800px" >
<frame scrolling="no" src="/website/templates/top.php" name="top" height="130" />
<frameset cols="180,600,*" framespacing='15'  >
<frame scrolling="no" src="/website/product_link.php" name="left" style="width:190px" />


<frame scrolling="no" src="/website/templates/index_right.php" name="right" style="width:610px" />


</frameset>
<frame scrolling="no" src="/website/templates/bottom.php" name="bottom" />
</frameset>
<frame src="about:blank"></frame>
</frameset>

</html>


在麻烦帮我看下  谢谢了

作者: xiaoasha   发布时间: 2010-07-28

初学css 很多不清楚  谢谢前辈啊

作者: xiaoasha   发布时间: 2010-07-28

可以解决吗?

作者: zhongwei0806   发布时间: 2010-07-28

MM的头像如此的个性

作者: gin   发布时间: 2010-07-28

可以解决吗?

作者: li245955129   发布时间: 2010-08-26

相关阅读 更多