日期:2014-05-16 浏览次数:20362 次
function replace(){ myForm.action='bb.html'; myForm.method='POST'; myForm.submit(); } </script> <form id="myForm" name="myForm" method="post" action="aa.html"> <input type="button" value="dd" onclick="replace();" /> </form>
myForm.action='index.php?act=edit'; myForm.method='POST'; myForm.submit(); myForm.action='index.php?act=del'; myForm.method='POST'; myForm.submit();