Advertisement
mightymouse2045

Untitled

Apr 13th, 2014
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <div class="page form">
  2. <script> $( "#UserLoginForm" ).submit(function(e) {
  3. e.preventDefault();
  4. alert( "Handler for .submit() called." );
  5. });</script>
  6. <?php $this->Session->flash('auth');
  7. echo $this->Form->create('User');
  8. echo $this->Common->flash();
  9. echo $this->Form->end(__('login'));
  10. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement