问题描述
我希望“横幅”框架集使用全屏宽度。 FrameSet 有溢出属性吗?
<%@ Page language="c#" Inherits="FITek.TRite.Web.Reports.PS.ReportGroup" CodeFile="ReportGroup.aspx.cs" %>
<!DOCTYPE html>
<html>
<head>
<title>Report Groups Administrator</title>
<Meta http-equiv="x-ua-compatible" content="IE=edge" />
</head>
<frameset rows="45,*" frameborder="0" framespacing="0">
<frame name="banner" src="<%=Request.ApplicationPath %>/Common/RptGrpHeadr.aspx?profileid=<%=qs%>" scrolling="no" noresize></frame>
<frameset id="allContent" cols="308,*">
<frame name="contents" src="Listing.aspx?profileid=<%=qs%>" noresize scrolling="no">
<frame name="main" src="<%=Request.ApplicationPath %>/Common/welcome.aspx?profileid=<%=qs%>" noresize scrolling="auto">
</frameset>
<noframes>
<p id="p1">
This HTML frameset displays multiple Web pages. To view this frameset,use a Web browser that supports HTML 5.0 and later.
</p>
</noframes>
</frameset>
</html>
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)