I have a very simple ASP.NET web page created with Visual Web Developer (Visual Studio 2008). The page utilizes 4 frames and contains HTML and hyperlinks to call PDF docs. In debugging the page utilizing my laptop as a local host, the page loads and functions
properly in Google Chrome, Mozilla Firefox, and Apple Safari. However when using Microsoft Internet Explorer, the only component that loads is the masthead. The rest of the page is blank. No portion of the frames or any of the HTML loads. Frame1 contains the
masthead. If I replace the image in Frame1 with some HTML, it too loads properly but nothing else. Anyone have any idea what the problem might be? Thanks in advance.
I would look into checking if the content being loaded into the frames is being cached. You may want to check for any syntax errors of any kind, as Internet Explorer typically doesn't play well with those types of errors.
Hi, have you tried with IE9? If not, please try it. Additionally, in order to narrow down the cause of the issue, please paste your codes here for analysis.
tripster7
0 Points
1 Post
ASP.NET web page only partially loads in Windows Internet explorer
Apr 11, 2012 05:05 PM|LINK
I have a very simple ASP.NET web page created with Visual Web Developer (Visual Studio 2008). The page utilizes 4 frames and contains HTML and hyperlinks to call PDF docs. In debugging the page utilizing my laptop as a local host, the page loads and functions properly in Google Chrome, Mozilla Firefox, and Apple Safari. However when using Microsoft Internet Explorer, the only component that loads is the masthead. The rest of the page is blank. No portion of the frames or any of the HTML loads. Frame1 contains the masthead. If I replace the image in Frame1 with some HTML, it too loads properly but nothing else. Anyone have any idea what the problem might be? Thanks in advance.
Rion William...
All-Star
32244 Points
5234 Posts
Re: ASP.NET web page only partially loads in Windows Internet explorer
Apr 11, 2012 05:48 PM|LINK
I would look into checking if the content being loaded into the frames is being cached. You may want to check for any syntax errors of any kind, as Internet Explorer typically doesn't play well with those types of errors.
Allen Li - M...
Star
10411 Points
1196 Posts
Re: ASP.NET web page only partially loads in Windows Internet explorer
Apr 13, 2012 06:04 AM|LINK
Hi, have you tried with IE9? If not, please try it. Additionally, in order to narrow down the cause of the issue, please paste your codes here for analysis.
If you have any feedback about my replies, please contact msdnmg@microsoft.com
Microsoft One Code Framework