Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Status Code 8 error?

Status
Not open for further replies.

1DMF

Programmer
Jan 18, 2005
8,795
GB
I seem to be getting an error with my AJAX, when I alert the http_request.status it's '8', what does this mean.

I can't find status codes of AJAX on the web??

"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."

"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!
 
Hi

Status codes comes from HTTP, usually they are not discussed separately in AJAX documentations. See RFC 2616, chapter 10 - Status Code Definitions.

However, that '8' is invalid. I would debug the server-side script which sent that. Could you post it ?

Feherke.
 
it seems to throw an error 8 , when 'page cannot be displayed' happens.

Which is led me to find a problem with the join/map command and null strings.

I think I might stop trying to be clever with the join/map command and build the string manually, beats the damn thing erroring when it shouldn't.

"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."

"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top