Re: [Dynapi-Help] Scripts in LoadPanel

2001-02-22 Thread Michael Pemberton
My Loadpanel alternative (see posts to Dev List) allows for

RE: [Dynapi-Help] Scripts in LoadPanel

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