RE: [Dynapi-Help] Debugging help needed

2002-12-06 Thread Webmaster
--- -Mensaje original- De: Raymond Irving [mailto:[EMAIL PROTECTED]] Enviado el: viernes, 06 de diciembre de 2002 23:39 Para: Webmaster Asunto: RE: [Dynapi-Help] Debugging help needed What does line 182 says in dynapi.js? Or is it 182 in loadpanel.js? Are you using 2.5 or 2.9? Some mor

Re: [Dynapi-Help] Debugging help needed

2002-12-05 Thread Raymond Irving
Hi, In dynapi 2.5 you can only call one function with DynAPI.onLoad. DynAPI 2.9 supports the loading of more than one functions at load time. Here's what the code should look like: DynAPI.onLoad=function() { lp = new LoadPanel(); lp.setHTML("nada por aqui...");

[Dynapi-Help] Debugging help needed

2002-12-05 Thread Webmaster
Hi, i have this code and it gives me error on Internet Explorer 6 as if the objects weren't defined, i'm pretty lame on JS so maybe it's a syntax error or something, but i just don't see it, here's the code: -- DynAPI.setLibraryPath('s