我正在研究ASP.NET中的iframe。下面是iframe中HTMlL代碼:從C#中的iframe獲取HTML源代碼#
<iframe id="mainiFrame" name="mainiFrame" scrolling="auto" frameborder="2"
height="400px" width="500px"
src=""
runat="server"></iframe>
我能夠設置iframe的來源:
protected void Button1_Click(object sender, EventArgs e)
{
mainiFrame.Attributes["src"] = "http://roboticsindia.com";
}
我要如何從iFrame的HTML源代碼?
問候, 阿尼爾
http://stackoverflow.com/questions/168236/how-can-i-access-an-iframe-from-the-codebehind-file-in -asp-net – Flot2011 2012-04-12 08:56:15