RE: [Dynapi-Help] LoadPanel and getting the HTML..

2001-02-28 Thread slasherx2
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

RE: [Dynapi-Help] LoadPanel and getting the HTML..

2001-02-28 Thread Ramon Buckland
--- > -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: > >

[Dynapi-Help] LoadPanel and getting the HTML..

2001-02-28 Thread slasherx2
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')