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
Loading
Scott LyslePosted Jan 2, 2012, 12:48 AM