<a href="javascript:del();">删除</a>
<script>
function(){
   if (confirm("你确实要删除吗?"))
      ........(删除语句)
}
</script>