28,406
社区成员
发帖
与我相关
我的任务
分享
<form>
<iframe id="1" height="100%" width="12%" src="1.aspx" frameborder="1"> </iframe>
<iframe id="2" height="100%" width="50%" src="2.aspx" frameborder="1"> </iframe>
<iframe id="3" height="100%" width="38%" src="3.aspx" frameborder="1"> </iframe>
</form>
<asp:Panel ID="centerPanel" runat="server" Height="140px" Width="333px">
<iframe id="1" height="100%" width="15%" src="1.aspx" style="border:1px #F00 solid"> </iframe>
<iframe id="2" height="100%" width="50%" src="2.aspx" style="border:1px #F00 solid"> </iframe>
<iframe id="3" height="100%" width="35%" src="3.aspx" style="border:1px #F00 solid"> </iframe>
</asp:Panel>

<style>
form{margin:0px;padding:0px;}
</style>
<body leftmargin=1 topmargin=1>
<form>
<table height=100% width=100%>
<tr><td height=100%>
<iframe id="1" height="100%" width="12%" src="1.aspx" frameborder="1"></iframe>
<iframe id="2" height="100%" width="50%" src="2.aspx" frameborder="1"></iframe>
<iframe id="3" height="100%" width="38%" src="3.aspx" frameborder="1"></iframe>
</td></tr>
</table>
</form>
</body>