if(confirm(\"确定要删除吗?\")){ window.location.href=this.href;else return false;}这样就可以了.by cubeking
if (confirm("确认删除此信息?")){ return true;}return false;