imgonclick="<table><td><form method=post action=Deptform.jsp ><input type=hidden name=dcode value="+p.getDeptCode()+" /><input type=hidden name=daction value=add /><input type=image src=../../images/add.gif alt=增加 /></form></td><td><form method=post action=Deptform.jsp ><input type=hidden name=dcode value="+p.getDeptCode()+" /><input type=hidden name=daction value=update /><input type=image src=../../images/update.gif alt=修改 /></form></td><td><form method=post action=Deptform.jsp ><input type=hidden name=dcode value="+p.getDeptCode()+" /><input type=hidden name=daction value=delete /><input type=image src=../../images/delete.gif  alt=删除 /></form></td></table>";
在上面代码中如何实现二次删除