Guest User

Untitled

a guest
Jul 18th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. $.ajax
  2. ({
  3. url: 'response.php',
  4. type: 'post',
  5. data: 'name=' + name + '&address=' + adress,
  6. success: function(result)
  7. {
  8. alert(result);
  9. }
  10. });
Add Comment
Please, Sign In to add comment