Sent: Wednesday, February 28, 2001 12:38 AM
To: '[EMAIL PROTECTED]'
Subject: RE: [Dynapi-Help] LoadPanel and getting the HTML..
Hi Terry,
The LoadPanel inherits it's properties from DynLayer
so myProcessor.getHTML() would be the correct method..
HOWEVER: LoadPanel does not allow you
---
> -Original Message-
> From: slasherx2 [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, 28 February 2001 6:25 PM
> To: 'Dynapi-Help
> Subject: [Dynapi-Help] LoadPanel and getting the HTML..
>
>
> I have the following code:
>
>
I have the following code:
myProccessor = new LoadPanel();
myProccessor.setSize(500, 19)
myProccessor.setBgColor('#ff')
myProccessor.moveTo(9,500)
DynAPI.document.addChild(myProccessor)
myProccessor.setURL('test_rs.asp?Action=createground')