<script language="javascript"> function del(id) { if (confirm('\n\n真的要删除该会员吗!?'))//弹出提示对话框 location="del_Hy.asp?id="+id//跳转到删除页面 } </script>