Advertisement
Guest User

Untitled

a guest
Nov 20th, 2014
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.75 KB | None | 0 0
  1. <form method="post" onsubmit="msg-student-delete.php" action="" >
  2.        
  3.         <div>
  4.                 <a class="btn btn-default" href="msg-student-sent.php">                
  5.                     <span class="glyphicon glyphicon-envelope"></span>
  6.                     <span class="glyphicon glyphicon-arrow-right"></span>
  7.                     <span class="glyphicon glyphicon-user"></span>
  8.                    
  9.                 </a>
  10.                
  11.                 <button type="sumbit" class="btn btn-danger" onClick="ask_box()" > 
  12.                     <span class="glyphicon glyphicon-remove"></span>
  13.                     <span class="glyphicon glyphicon-envelope"></span>
  14.                 </button>
  15.                 <!-- 確認視窗的script-->
  16.                 <script>
  17.                 function ask_box(){
  18.                         if(confirm("確認刪除嗎?")){
  19.                            
  20.                         }else{
  21.                            
  22.                         }
  23.                 }
  24.                 </script>
  25.                 <!-- 確認視窗的script結束-->
  26. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement