Hi Guys,
Really like this tool but just wishing it would work just as well on
internet explorer as well. I keep getting a jscript error message on the
following part. So each time the exception is thrown and this is only
happening for Internet Explorer and no other browser.
SimileAjax.XmlHttp=new Object();
SimileAjax.XmlHttp._onReadyStateChange=function(A,D,B){switch(A.readyState){case
4:try{if(A.status==0||A.status==200){if(B){B(A);
}}else{if(D){D(A.statusText,A.status,A);
}}}catch(C){SimileAjax.Debug.exception("XmlHttp: Error handling
onReadyStateChange",C);
}break;
I removed all the event binding as well to see if the data that I will
populating in the events was causing the issue and that is not the case.
Any help on this would be wonderful.
Thanks!
--
You received this message because you are subscribed to the Google Groups
"SIMILE Widgets" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/simile-widgets/-/LrZO68oGijAJ.
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/simile-widgets?hl=en.