<script language= "JavaScript ">
<!--Begin
function appliy(){
document.form1.method= "post ";
document.form1.action= "appliy.asp ";
document.form1.submit();
return true;
}
function ali(){
document.form1.method= "post ";
document.form1.action= "ali.asp ";
document.form1.submit();
return true;
}
//End-->
</script>
</head>
<form name="form1">
<input [color=red]type= "submit" [/color] name= "pev " value= "支付宝支付 " onClick= "appliy() ">
<input [color=red]type= "submit " [/color] name= "next " value= "阿里巴巴 " onClick= "ali() ">
</form>
注意必须为submit,用button是提交不上的,哦
<!--Begin
function appliy(){
document.form1.method= "post ";
document.form1.action= "appliy.asp ";
document.form1.submit();
return true;
}
function ali(){
document.form1.method= "post ";
document.form1.action= "ali.asp ";
document.form1.submit();
return true;
}
//End-->
</script>
</head>
<form name="form1">
<input [color=red]type= "submit" [/color] name= "pev " value= "支付宝支付 " onClick= "appliy() ">
<input [color=red]type= "submit " [/color] name= "next " value= "阿里巴巴 " onClick= "ali() ">
</form>
注意必须为submit,用button是提交不上的,哦