Untuk perintah delete kadang ngelos aja tanpa konfirmasi Yes or Not, kalo lagi ga konsen dan pilih Yes maka yang “nasi jadi bubur” terhapus lah data. Nah biar ga kejadian begitu ini skrip delete yang ada konfirmasi sebelum action delete dijalakan.
<a href="delete.php" onclick="return javascript:confirm("Are you sure you want to delete?");" />Delete</a>
<a href="delete.php" onclick="return check();" />Delete</a> <script type="text/javascript"> function check(){ var question = confirm("Are you sure?"); if(question){ return true; }else{ alert("Thanks for not choosing to delete"); return false; } } </script>
Oke, itu dia skripnya, buat yang masih bingung silakan tinggalkan pertanyaan di kolom komentar. Sampai ketemu lagi di post berikutnya