1
Reply

How to load HTML page in Iframe (firefox)

narasimman g

narasimman g

Dec 24 2011 1:56 PM
3.8k
Hi All,

1. I have an Iframe with Runat="server" value.
2. I have Html Pages in HTML Folder.
3. Loading HTML page in inframe via button click like below

iframe.Attributes["src"] = @"HTML\file.htm";

It works fine in IE why not in Firefox..Is there anything to provide to load in FF?

Firefox throws Bad Request error inside Iframe:-(

Note: Am running application in local only

Advanced Thanks
N




Answers (1)