JSP frameset 页面怎么设置为不自动缩放? 20
做框架网页,我希望当主的页面大小变动时,主页面中的框架中的页面不会自动缩放,而是通过主页面滚动条实现。<html><head></head><framesetrows="...
做框架网页,我希望当主的页面大小变动时,主页面中的框架中的页面不会自动缩放,而是通过主页面滚动条实现。
<html>
<head>
</head>
<frameset rows="100,600,50" bordercolor="bule" scrolling="auto" noresize >
<frame src="top.jsp">
<frameset cols="180,800" bordercolor="red" scrolling="auto" noresize >
<frame src="left.jsp">
<frame src="right.jsp">
</frameset>
<frameset rows="*" bordercolor="red" noresize >
<frame src="bottom.jsp">
</frameset>
</frameset>
</html> 展开
<html>
<head>
</head>
<frameset rows="100,600,50" bordercolor="bule" scrolling="auto" noresize >
<frame src="top.jsp">
<frameset cols="180,800" bordercolor="red" scrolling="auto" noresize >
<frame src="left.jsp">
<frame src="right.jsp">
</frameset>
<frameset rows="*" bordercolor="red" noresize >
<frame src="bottom.jsp">
</frameset>
</frameset>
</html> 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询