你可以改变Action啊,用JS。当点击你的删除或者移动按钮时调用相应JS函数 当删除时:
document.getElementByID('form1').action=del.php; 当移动时:
document.getElementByID('form1').action=move.php;