Advertisement
Guest User

Untitled

a guest
Feb 28th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. <script>
  2. function alerts() {
  3. swal({ title: "Are you sure you want to delete?", text: "You will not be able to recover this record!", type: "warning", showCancelButton: true, confirmButtonColor: "#DD6B55", confirmButtonText: "Delete", closeOnConfirm: false }, function(){ swal("Deleted!", "Employee Record has been deleted", "success"); });
  4. }
  5.  
  6. function success() {
  7. swal("Warning!","Failed to record leave!", "success")
  8. }
  9. </script>
  10.  
  11. <form role="form" method="POST" action="http://localhost:8000/CustomerLoyalty">
  12. <script type="text/javascript">success();</script>
  13.  
  14. <script>
  15. function alerts() {
  16. swal({ title: "Are you sure you want to delete?", text: "You will not be able to recover this record!", type: "warning", showCancelButton: true, confirmButtonColor: "#DD6B55", confirmButtonText: "Delete", closeOnConfirm: false }, function(){ swal("Deleted!", "Employee Record has been deleted", "success"); });
  17. }
  18.  
  19. <script>
  20. function success() {
  21. swal("Warning!","Failed to record leave!", "success");
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement