[jQuery] Re: jQuery.js vs Protocol.js

2007-08-12 Thread Hector Santos
On Aug 12, 5:57 pm, "Michael Geary" <[EMAIL PROTECTED]> wrote: > Script tags aren't the only problem with html-who.wcx. It's full of > document.writeln() calls. If you load this file with XMLHttpRequest after > the page is loaded, it's far too late to call document.write[ln](). The > document has

[jQuery] Re: jQuery.js vs Protocol.js

2007-08-12 Thread Hector Santos
Thanks Ben! What keywords should I checked. I did a quick (Jquery OR Ajax) Eval Scripts Limits among searches. It didn't find something that stood out. I'll look more. -- HLS On Aug 12, 3:54 pm, "Benjamin Sterling" <[EMAIL PROTECTED]> wrote: > Hector, > Welcome to the community! > > The

[jQuery] Re: jQuery.js vs Protocol.js

2007-08-12 Thread Michael Geary
Script tags aren't the only problem with html-who.wcx. It's full of document.writeln() calls. If you load this file with XMLHttpRequest after the page is loaded, it's far too late to call document.write[ln](). The document has already been closed. If it works at all, the first document.writeln sho

[jQuery] Re: jQuery.js vs Protocol.js

2007-08-12 Thread Benjamin Sterling
Hector, Welcome to the community! There has been quite a few discussions about this topic, do a search in the group (http://groups.google.com/group/jquery-en) and you should be able to find your answer. I did a search myself, but I am a bit distracted and could not find an exact answer for you.