Hi bradyh,

I believe you can set a listener to call _IG_AdjustIFrameHeight() as
follows:

document.body.onresize = function (){
 _IG_AdjustIFrameHeight();
}

Dan

On Aug 18, 11:49 am, bradyh <[email protected]> wrote:
> Hello,
>
> I'm trying to figure out a way so that my gadget will dynamically
> resize whenever the user resizes their browser window.  I'm aware of
> the _IG_AdjustIFrameHeight() javascript function and am able to get
> that to work just fine based on the browser width/height when the
> gadget is first added -- but what do I need to put in my gadget xml so
> that whenever the browser size changes, it runs this?
>
> Thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"iGoogle Developer Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Gadgets-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to