problem with iframe resizing

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Paul Fi

    problem with iframe resizing

    Can someone help me here because this is really killing me!

    the problem is, i have this javascript code in my aspx page that i want
    it to work on almost all browsers, especially opera and safari :

    function resize(){
    displayFrm = document.getEle mentById("ifrmD isplay");

    innerDoc = (displayFrame.c ontentDocument) ?displayFrm.con tentDocument :
    displayFrm.cont entWindow.docum ent;

    objToResize = (displayFrm.sty le) ? displayFrm.styl e : displayFrm;

    objToResize.hei ght = innerDoc.body.s crollHeight;
    }

    the code above gets called every time a new page is loaded inside the
    iframe (ifrmDisplay) what its doing is resizing the iframe so it can
    have the same size as the page inside it, so i can eliminate the need
    for vertical scroller for the iframe, i assumed that it works on opera
    and IE at the same time, when i tried it out, it worked on IE but not on
    opera. after lot of time in researching how i can get workaround this
    issue with opera, that is the best possible solution i have and yet it
    doesnt work. so i gave up and asking you if you can help me out here ,
    coz this is jst driving me crazy!

    the problem is im not a javascript expert, to be honest i jst started
    doing javascripts about two days ago, that is why im in need for help

    by the way, here is inner html for the iframe if its any use

    <iframe id="ifrmDisplay " style="Z-INDEX: 99; LEFT: 187px; WIDTH: 567px;
    POSITION: absolute; TOP: 136px; HEIGHT: 408px" src="" scrolling="no"
    onload="resize( );">
    </iframe>

    *** Sent via Developersdex http://www.developersdex.com ***
    Don't just participate in USENET...get rewarded for it!
  • Andrew Thompson

    #2
    Re: problem with iframe resizing

    On 18 Nov 2004 02:26:11 GMT, Paul Fi wrote:
    [color=blue]
    > Can someone help me here because this is really killing me![/color]

    <http://groups.google.c om/groups?threadm= f2Smd.3378$9A.1 29285@news.xtra .co.nz>

    Please refrain from
    a) 'repeat-posting'
    b) top-posting.

    And please mind your language this time, this is an open forum
    accessible to young people (younger than you, even).

    BTW - Keep up the good work with that shift key,
    but ...*every* sentence. ;-)

    --
    Andrew Thompson
    http://www.PhySci.org/codes/ Web & IT Help
    http://www.PhySci.org/ Open-source software suite
    http://www.1point1C.org/ Science & Technology
    http://www.LensEscapes.com/ Images that escape the mundane

    Comment

    • Paul Fi

      #3
      Re: problem with iframe resizing

      what is your problem man?

      fuck you!




      *** Sent via Developersdex http://www.developersdex.com ***
      Don't just participate in USENET...get rewarded for it!

      Comment

      Working...