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;

posted on 2010-06-07 14:42  伊伦  阅读(116)  评论(0编辑  收藏  举报

导航