批量修改,删除,审核 等等。。。

思路篇

2009-09-01 17:04

<input type="image" src="style/images/top.gif" title="删除" onclick="this.form.act.value=delete"/>

<input type="image" src="style/images/top.gif" title="推荐" onclick="this.form.act.value='recmd'"/>

<input type="image" src="style/images/top.gif" title="审核" onclick="this.form.act.value='ok'"/>

<input type="hidden" name="act" value=""/>

PHP

根据$POST['act']的值判断喽~~~