日期:2014-05-17 浏览次数:20387 次
<form id="form1" runat="server">
<div>
<table>
<tr>
<td></td>
<td><iframe src="#" width="100%" height="500px" frameborder="0" scrolling="auto" id="tFile" name="tFile"></iframe></td>
</tr></table>
</div>
</form>
<iframe id="iframe1" runat="server" src=""></iframe>
string id = Request.QueryString["txtD"];
iframe1.Attributes.Add("src", "bb.aspx?txt=" + id + "");