----- Original Message ----- 
From: Michel Brouckaert

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
--------------------------
I am only new here so I may be wrong but it seems that the client is trying
to resolve "request.aspx" to an IP via NS/DNS lookup.

In other words treating "request.aspx" as a domain name.
Try "/request.aspx"
OR http://mydomain.com/request.aspx


_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to