IE下框架不显示问题

buqitianxie 2010-10-20 02:45:49
做的一个WEB信息系统,主界面用的框架,然后右边的mainFrame又使用了一个框架,就是说是由两个嵌套的框架组成的,现在的问题是在火狐浏览器下显示正常,在IE8下右边嵌套的框架不能正常显示,系统是XP,忘高手帮忙,解决马上结贴。
...全文
477 10 打赏 收藏 转发到动态 举报
写回复
用AI写文章
10 条回复
切换为时间正序
请发表友善的回复…
发表回复
装逼之王 2013-04-22
  • 打赏
  • 举报
回复
我解决了,编码问题,编码问题不能是utf-8,转成gbk就行了,至少我的是这样的!
ziselinghun 2013-03-20
  • 打赏
  • 举报
回复
我遇到和你同样的问题了,你怎么解决的呢?
chouguoguo 2012-10-20
  • 打赏
  • 举报
回复
同样问题,你的html哪里有错误?
buqitianxie 2010-10-29
  • 打赏
  • 举报
回复
问题解决,html代码有问题,修改后正常,奇怪的是在firefox下可以正常显示,IE却不行,不解?
  • 打赏
  • 举报
回复
检查一下CSS
pengjianbin04 2010-10-20
  • 打赏
  • 举报
回复
什么是IE8看到部分页面,看不到全部!
buqitianxie 2010-10-20
  • 打赏
  • 举报
回复
IE8好像没法看到整个页面的html,只能分别看到各个页面的代码
Mr-Jee 2010-10-20
  • 打赏
  • 举报
回复
我是说 运行后 浏览器上的html。
buqitianxie 2010-10-20
  • 打赏
  • 举报
回复
主界面

<%@ page language="java" import="java.util.*" pageEncoding="GB18030"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>操作人员---首页</title>
</head>

<frameset rows="59,*" cols="*" frameborder="no" border="0" framespacing="0">
<frame src="normal/top.html" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" title="topFrame" />
<frameset cols="213,*" frameborder="no" border="0" framespacing="0">
<frame src="super/left.jsp" name="leftFrame" scrolling="No" noresize="noresize" id="leftFrame" title="leftFrame" />
<frame src="super/supermain.jsp" name="mainFrame" id="mainFrame" title="mainFrame" />
</frameset>
</frameset>
<noframes><body>
</body>
</noframes></html>


supermain.jsp代码

<%@ page language="java" import="java.util.*" pageEncoding="GB18030"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title></title>
</head>

<frameset rows="59" frameborder="no" border="0" framespacing="0">

<frameset cols="*" frameborder="no" border="0" framespacing="0">
<frameset cols="163,*" frameborder="no" border="0" framespacing="0">
<frame src="files/chengjileft.jsp" name="leftFrame" scrolling="No" noresize="noresize" id="leftFrame" title="leftFrame" />
<frame src="files/mainfra.html" name="mainFrame2" id="mainFrame2" title="mainFrame2" />
</frameset>
</frameset>
</frameset>
<noframes><body>
</body>
</noframes></html>


Mr-Jee 2010-10-20
  • 打赏
  • 举报
回复
HTML代码~

61,112

社区成员

发帖
与我相关
我的任务
社区描述
层叠样式表(英文全称:Cascading Style Sheets)是一种用来表现HTML(标准通用标记语言的一个应用)或XML(标准通用标记语言的一个子集)等文件样式的计算机语言。
社区管理员
  • HTML(CSS)社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧