Question

  • Creator
    Topic
  • #2263584

    Frames rendering incorrectly in IE6

    Locked

    by teufelhund ·

    Here’s the source code for a test page using frames. It is displayed normally using Firefox, but IE6 displays only the header – the rest of the frames are not displayed, they remain blank.

    Does anyone have any ideas why this isn’t working?

    Thanks.

    —— Begin Snip ——




    Test Page













    <br /> <body><br /> This pages uses frames but your stupid browser doesn&#8217;t support them.<br /> </body><br />

    —— End Snip ——

All Answers

  • Author
    Replies
    • #2488058

      Clarifications

      by teufelhund ·

      In reply to Frames rendering incorrectly in IE6

      Clarifications

    • #2486801

      You have too much code!!!

      by master_techie ·

      In reply to Frames rendering incorrectly in IE6

      Hi DudleyDoRight,
      Your problem is that you have wrapped extra FRAMESETs around all of your sections. In other words, unless you are going to create another set of FRAMES for any section you do not need to put your FRAME inside a FRAMESET. So you need to delete the FRAMESETs that wraps your headerframe and footerframe. I have copied only the relevent section of the code below. Hope it helps.







    • #2488288

      Due to JavaScript

      by mustafafakruddin_tcc ·

      In reply to Frames rendering incorrectly in IE6

      This is due to the JavaScript. You have not mention the type of JavaScript in mime type. So the browser dose not know. Or just remove the JavaScript and see if the page is Displaying.

Viewing 2 reply threads