0

正在处理的应用程序有许多 JSP,这些 JSP 具有许多框架集。该应用程序在 Internet Explorer 8 中运行良好。而当 Internet Explorer 10 中存在包含 Frames 的 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>
4

0 回答 0