ajax有同步和异步的区别,一般我们用的是异步的error1就是异步的时候发生错误
error2就是同步的时候了

解决方案 »

  1.   

    状态码 200,表示一切顺利。如果就绪状态是 4 而且状态码是 200,就可以处理服务器的数据了.
    状态码 304Status:   200   OK   The   request   was   fulfilled.    
      Status:   201   OK   Following   a   POST   command.    
      Status:   202   OK   Accepted   for   processing,   but   processing   not   completed.    
      Status:   203   OK   Partial   information   -   The   returned   information   is   only   partial.    
      Status:   204   OK   No   response   -   Request   but   no   information   exists   to   send   back    
      Status:   301   Moved   -   The   data   requested   has   a   new   location   and   the   change   is   permanent.    
      Status:   302   Found   -   The   data   requested   has   a   different   URL   temporarily    
      Status:   303   Method   -   Under   discussion,   a   suggestion   for   the   client   to   try   another   location.    
      Status:   304   Not   Modified   -   The   document   has   not   been   modified   as   expected.    
      Status:   400   Bad   request   -   Syntax   problem   in   th   equest   or   it   could   not   be   satisfied.    
      Status:   401   Unauthorized   -   The   client   is   not   authorized   to   access   data.    
      Status:   402   Payment   requred   -   Indicates   a   charging   scheme   is   in   effect.    
      Status:   403   Forbidden   -   Access   not   granted   even   with   authorization.    
      Status:   404   Not   found   -   Server   could   not   find   the   given   resource.    
      Status:   500   Internal   Error   -   The   server   could   not   fulfill   the   equest   because   of   an   unexpected   condition.    
      Status:   501   Not   implemented   -   The   server   does   not   support   the   facility   requested.    
      Status:   502   Server   overloaded   -   High   load   (or   servicing)   in   progress.    
      Status:   503   Gateway   timeout   -   Server   waited   for   another   service   that   did   not   complete   in   time.    
      

  2.   

    问这个问题是因为:
    FCKeditor点击无反应问题的解决
    FCKeditor图片不能上传问题
    FCKeditor XML request error:not found 404问题