Displaying 1 result from an estimated 1 matches for "_loadingid".
Did you mean:
_loading_
2007 Apr 03
2
Some cryptic error in IE
...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('''');
$(''_content'').update('''');
$(''_content'').appendChild(newDocument.firstChild);
},
onError: function(transport,exception){
alert("Error :"+exception);
},
onException: function(transport,exce...