|
From: Cameron H. <ca...@bi...> - 2001-03-09 10:10:35
|
LoadPanel doesn't use IFRAME's for display, some browsers (ie4, ns6) use an
IFRAME to load the data, and then copy and paste the data into a DynLayer.
If you want to do things like scroll=auto, I'd suggest trying to use a
regular DynLayer, and create your IFRAME tag using setHTML('<iframe
src=....>') instead of LoadPanel. LoadPanel doesn't currently work in Mac
IE5 either. Keep in mind that IFRAME is not supported by Netscape4.x
cheers,
cameron.
-----Original Message-----
From: dyn...@li...
[mailto:dyn...@li...]On Behalf Of Rene Vendrig
Sent: 09 March 2001 08:18
To: 'dyn...@li...'
Subject: [Dynapi-Chat] simple IFRAME with scrolling with external files
Hello all,
Currently I'm working on a page (sorry, online environment) where people
can click on objects so new windows will popup. In those popups should load
external pages (because it's half database driven).
The popups aren't really real popups, but the floating frames.
I succeed in making the loadpanel object work, but the frame will change
its size to the content. So if the content exceeds the defined size, the
frame will grow and v.v. when it is less.
In short:
How can I define that the loadpanel will be "noresize" and that the
scrollbars will be "scroll=auto" ?
That's the only thing I want. I prefer the scrollbars brought by Explorer
(because of the behaviour).
Another 'challenge': it should work on Windows as well as on... Mac.
(IE5+)
thanks
Rene.
|