<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']的值判断喽~~~