I have the following code:

        myProccessor = new LoadPanel();
        myProccessor.setSize(500, 19)
        myProccessor.setBgColor('#ffffff')
        myProccessor.moveTo(9,500)
        DynAPI.document.addChild(myProccessor)
        myProccessor.setURL('test_rs.asp?Action=createground')
        myProccessor.setVisible(1)
        myProccessor.setZIndex(6)

and this works, but when I try to do something like
alert(myProccessor.html)
I get undefined. I have tried innerHTML, getHTML, and every other thing I
can think of... even DynAPIDiagnose cant seem to find the HTML of the
pannel. I must be missing something here.. I assume that it must be
something like
alert(myProccessor.panel.html) or something that I cant find. I have looked
at the API code for the loadpanel.

can someone point me in the right direction?

Thank you
        Terry


_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to