I got a similar error here, and the same behavior (it show an JS
error on IE, but works fine in Firefox).
I trace the error to the generate "core" file line 290 eval("r.value
= " + responseText + ";");
>From time to time (complete random) the responseText is
"[68191,68192,68193,68195,68212,68216,68219,68220,68235]HTTP/1.1 100
Continue
"
when it should be:
"[68191,68192,68193,68195,68212,68216,68219,68220,68235]"
Anybody has any tip to help me ?
Thanks,
Gustavo
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ajax.NET Professional" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/ajaxpro
The latest downloads of Ajax.NET Professional can be found at
http://www.ajaxpro.info/
Don't forget to read my blog at http://weblogs.asp.net/mschwarz/
-~----------~----~----~----~------~----~------~--~---