Re: [Dynapi-Help] Scripts in LoadPanel
My Loadpanel alternative (see posts to Dev List) allows for
RE: [Dynapi-Help] Scripts in LoadPanel
Chris, I can't say for DynAPI1 but in DynAPI2 (the only one I have known) you use and event handler, such as... myLP = new LoadPanel() var el = new EventListener(myLP); el.onload = function(e) { o = e.getTarget() // o == myLP so go for
