Guest User

Untitled

a guest
Jun 21st, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <script type="text/javascript">
  2. function submit_form() {
  3. $('#form_abc').submit();
  4. }
  5. </script>
  6.  
  7. <!-- Some other HTML or something else //-->
  8.  
  9. <script type="text/javascript">
  10. function submit_form() {
  11. $('#form_xyz').submit();
  12. }
  13. </script>
Add Comment
Please, Sign In to add comment