代码如下: [removed] function modify() { document.form1.action=”modify.jsp”; document.form1.submit(); } function delete() { document.form1.action=”delete.jsp”; document.form1.submit(); } [removed] <form name=”form1′′ action=””> <INPUT Type=”Button” Name=”Modify” value=”修 改 ” onClick=”