iframe 使用

1.页面

<iframe id="iframeContent" name="iframeContent" scrolling="auto" frameborder="0" style="width:100%; height:800px"  runat="server" visible="false"></iframe>

2. 代码

iframeContent.Attributes["src"] = conSrc;

你可能感兴趣的:(iframe)