Answers for "how iframe without src attribute"

CSS
5

iframe no scroll

<iframe src="otherpage.html" scrolling="no" style="overflow:hidden;"></iframe>
Posted by: Guest on July-09-2020
0

iframe set html content c#

protected void btnChange_Click(object sender, EventArgs e)
{
    myIframe.Attributes["srcdoc"] = "<h1>Contents Changed</h1>";
}
Posted by: Guest on May-26-2020

Browse Popular Code Answers by Language