document.card.amount.value ="<%=Session("Order_Money")%>";
document.card.od_hoho.value ="成功";
document.card.action="Card_Back_Cn.asp";
document.card.submit();
-->
}
这里错了
花括号的位置document.card.amount.value ="<%=Session("Order_Money")%>";
document.card.od_hoho.value ="成功";
document.card.action="Card_Back_Cn.asp";
document.card.submit();
}
-->