Me again ;-)
OK .. I have a problem with Load Panels not fully displaying the HTML
I'm putting into them, particularly with slow connections.
I found a patch on Sourceforge for fixing the problem with Internet
Explorer (which works), and was wondering if somebody knew how to do
the same thin
This code (example) works...
maybe something in the dynacore distribution...
Thanks
Andreas
-Original Message-
From: Richard :o [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 19, 2001 2:29 PM
To: [EMAIL PROTECTED]
Subject: Re: [Dynapi-Help] Netscape problem
I don't actuall
>
To: "Dynapi-Help Mailing List (E-mail)" <[EMAIL PROTECTED]>
Sent: Friday, January 19, 2001 2:11 AM
Subject: [Dynapi-Help] Netscape problem
> I am trying the following code:
>
> DynAPI.onResize = function() {
> status="width="+DynAPI.docu
and ported to the 19/12/2000 snapshot of DynAPI2)
- Original Message -
From: "GORTSILAS ANDREAS" <[EMAIL PROTECTED]>
To: "Dynapi-Help Mailing List (E-mail)" <[EMAIL PROTECTED]>
Sent: Friday, January 19, 2001 11:11 AM
Subject: [Dynapi-Help] Netsc
I am trying the following code:
DynAPI.onResize = function() {
status="width="+DynAPI.document.getWidth()+"
height="+DynAPI.document.getHeight();
CenterDynLayer(myLayer)
}
DynAPI.onLoad=function() {
DynAPI.document.setBgColor('white')
myLayer=new DynLayer(null,100,100,300,