if encountered a weird bug it spilled out this error message...
[Exception... "Component returned failure code: 0x80070057
(NS_ERROR_ILLEGAL_VALUE) [nsIXMLHttpRequest.open]" nsresult: "0x80070057
(NS_ERROR_ILLEGAL_VALUE)" location: "JS frame :: javascript:
eval(__firebugTemp__); :: anonymous :: line 1" data: no]

this is where the error seems to occur, I can't seem to get a better detail
on what.
 showEtapes = function(){
   $("div#cptEtapes").show();
   $.post("request.aspx",{show:"cpt1"},function(html){
   //[Exception... "Component returned failure code: 0x80070057
(NS_ERROR_ILLEGAL_VALUE) [nsIXMLHttpRequest.open]" nsresult: "0x80070057
(NS_ERROR_ILLEGAL_VALUE)" location: "JS frame :: javascript:
eval(__firebugTemp__); :: anonymous :: line 1" data: no]
    $("div#cptEtapes").append(html);
   });
 }

does anibody knows what this error could be?

greets,
Michel
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to