Hi,

> The thread I was referring to is this one:
> http://www.nabble.com/getScript-error-tf2652417.html

OK, It leads to the same solution. I simply added this to my code:

if( ! window.execScript )
        window.execScript= function(src) { eval.call(window,src); };

> One of my last messages
> (http://www.nabble.com/forum/ViewPost.jtp?post=7508366&framed=y) gave the
> results of a full test of eval.call and setTimeout( script, 0), showing
> that the latter works very badly.

Hm, OK. Maybe the problem is the timeout of 0 milliseconds. As I said I have 
not experienced any probems with package.js, but I had used 1 ms. If you hit 
any problems with the new code, please let me know.

Christof

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to