Displaying 1 result from an estimated 1 matches for "parserservlet".
2007 Apr 03
2
Some cryptic error in IE
...quite few days back
and I stopped using Sarissa. Now I need to use Sarissa so any help would be
highly appreciated.
Error in IE:
Error
-2147467262
No such interface supported
No such interface supported undefined
Error
-2146828218
Permission denied
Permission denied
Code Base:
URL = ''/ParserServlet?action=ajaxnews'';
new Ajax.Request(URL, {
method: ''get'',
onSuccess: function(transport) {
var newsDoc = transport.responseXML;
var newDocument = processor.transformToDocument(newsDoc);
$(''_loadingId'').update('''');
$(''_con...