Advertisement
triggerred

Response

Feb 1st, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $.post("xxx/xxx.php",{
  2.     username: username,
  3.     password: password
  4. }, function(data){
  5.     if(data == "nonaktif"){
  6.         //Masukkan aksi jika nonaktif
  7.         window.location = "" //Linknya
  8.     }
  9. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement