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?
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