thx for the help but still doesn't work..same error as before..
[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]
I tried adding the url to the javascript just now, to see if it changes
anything but it seems to get stuck on
the same line as before...
2007/3/16, Rob M <[EMAIL PROTECTED]>:
----- 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
[email protected]
http://jquery.com/discuss/
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/