Advertisement
Guest User

Untitled

a guest
Sep 17th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. function process(id) {
  2. switch(id) {
  3. case 1:
  4. data = { username: document.getElementById('username').value, password: document.getElementById('password').value };
  5. break;
  6. default:
  7. return false;
  8. }
  9. jifGetJSON('/framework.php', { 'id': id, [{ data }] }, function(o){alert(o)} );
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement