Guest User

Untitled

a guest
Jun 20th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1.  
  2.  
  3. new Ajax.Updater.delay(3, 'feedback', 'contact.php', {
  4. method: 'post',
  5. parameters: Form.serialize($('contactForm')),
  6. onFailure: reportError
  7. });
Add Comment
Please, Sign In to add comment