What is wrong in this post code

Posted by nabinc on Stack Overflow See other posts from Stack Overflow or by nabinc
Published on 2010-06-01T00:29:32Z Indexed on 2010/06/01 0:33 UTC
Read the original article Hit count: 169

Filed under:
$.post(
  "login.php", 
  { user: id, pass: ps, action: 'd56b699830e77ba53855679cb1d252da" },
  function(data){   
    var status = ($.evalJSON(data).oc);
    msgbox($.evalJSON(data).title,$.evalJSON(data).msg,status);
    if(status==1) { window.location = $.evalJSON(data).page; }
    } 
  );

© Stack Overflow or respective owner

Related posts about jQuery