A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: frame issues with ie5 and nn4.7 - help please

  1. #1
    Mr. Nice Guy
    Join Date
    Jun 2002
    Location
    Illinois - USA
    Posts
    24

    frame issues with ie5 and nn4.7 - help please

    hello there,

    i am developing a site that is done using frames that will incorporate flash, html pages, and asp pages (for the search engine). it is looking good on the pc (using ie 5 and up and nn 6) and on the mac (using nn 6 and up).

    the problems are:

    ie 5 for the mac - it is having a problem with loading the frames when i resize the browser window, hit the refresh button, and when i want to load another page.

    nn 4.7 for the pc and mac - it looks like the size of some of the frames are "squished".

    i just wanted to know if anyone else has had this problem and what were some fixes. below is the javascript used to try and solve these problems but it doesn't seem to work. i think it is supposed to solve the resize problem in ie5 for the mac.

    here is the test site for this website: here.

    thanks

    <SCRIPT language="JavaScript" src="includes/browser.js">
    <SCRIPT language="JavaScript">
    var handleResize = (is_ie4up && is_mac);

    function windowResized() {
    if (handleResize) {
    // document.location.reload();
    /*
    if (window.frames["content"]) {
    if (window.frames["content"].document) {
    */
    window.frames["content"].document.location.reload();
    /*
    }
    }
    */
    }
    } // end function

    if (handleResize) {
    window.onresize = windowResized;
    }

  2. #2
    Mr. Nice Guy
    Join Date
    Jun 2002
    Location
    Illinois - USA
    Posts
    24
    wow, it's a stumper.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center