1 JavaScript Delete Event Popup Confirmation Cancel dialog box21.3 4<a href= "javascript:if (Confirm (' Do you want to delete? ')) location= ' http://www.baidu.com ' > Delete </a>5 62.7 8<script language= "JavaScript" >9 functiondelete_confirm (e)Ten { One if(Event.srcElement.outerText = = "Delete") A { -Event.returnvalue = Confirm ("Delete is not recoverable, are you sure you want to delete it?") "); - } the } -Document.onclick =delete_confirm; -</script> - +<a href= "badu.com" onclick= "delete_confirm" > Delete </a> - +3. A at if(Window.confirm (' Are you sure to delete? ‘)){ -Alert ("OK"); - return true; -}Else{ -Alert ("Cancel"); - return false; in } - to + -4. the *<script language= "JavaScript" > $ Panax Notoginseng functionDelete_confirm () <!--call Method-- - { theEvent.returnvalue = Confirm ("Delete is not recoverable, are you sure to delete?") "); + } A</script>
JavaScript Delete Event Popup confirmation Cancel dialog box