Re: [Dynapi-Dev] Script blocks and onreadystatechange

2003-02-22 Thread Raymond Irving
Well IMO if the browser is only firing "loading" and "loaded" readyState then this should ssolve your problem: s.onreadystatechange = function() { if (s.readyState == 'loaded') { alert("complete"); func(); } } If that failes then why not just use dynapi.js and the library files?

[Dynapi-Dev] Script blocks and onreadystatechange

2003-02-22 Thread Mark Proctor (mproctor)
I hope you don't mind me asking here as its not a dynapi issue, I'm having problems with my code, and noticed that you seemed to have got around this - dynapi/dynapi3x/src/ext/library.js I'm finding that the 'complete' readyState isn't fireing, just 'loading' and 'loaded'. This script is to dynami