Internet Explorer 10中的帧问题

时间:2013-09-09 13:15:51

标签: jsp internet-explorer-10 frameset

正在处理的应用程序有许多具有许多框架集的JSP。 该应用程序在Internet Explorer 8中正常运行。 当Internet Explorer 10中存在包含框架的JSP时,屏幕会被冻结。

请找到包含Frameset的代码部分。

<FRAMESET id="xframe" marginheight="0" marginwidth="0" frameborder="no" border="0" framespacing="0" rows="285,*,0,0" >
<FRAME src="<%=JspPath%>basicempty.jsp" marginheight="0" marginwidth="0" name="WTicketDetailsHeader" scrolling="no"  noresize>
<FRAME src="<%=JspPath%>basicempty.jsp" marginheight="0" marginwidth="0" name="WTicketDetailsResult" scrolling="yes" noresize>
<FRAME src="<%=JspPath%>basicempty.jsp" marginheight="0" marginwidth="0" name="empty_result"       scrolling="no"  noresize>
<FRAME src="<%=JspPath%>basicempty.jsp" marginheight="0" marginwidth="0" name="toolbox_result"       scrolling="no"  noresize>
</FRAMESET>

0 个答案:

没有答案