通过form传值给打开的网页
以之前支付宝为例,可以这么写
<form method="post" action="https://shenghuo.alipay.com/send/payment/fill.htm" target="_blank">
<form method="post" action="https://shenghuo.alipay.com/send/payment/fill.htm" target="_blank">
<span style="float:left;font-size:16px;color:#fff;height:28px;line-height:28px;">给织梦58赞助:</span>
<input type="hidden" value="meike203@126.com" name="optEmail">
<input type="number" value="10" name="payAmount" style="width:100px;height:26px;line-height:26px;font-size:16px;float:left;">
<input type="hidden" name="memo" id="memo" value="">
<input type="image" value="给我付款" src="source/plugin/cack_zanzhuwomen/template/alipay_blug.png" name="pay" style="float:left;height: 30px;">
</form>
注意红色部分代码。蓝色为传值的金额
注意红色部分代码。蓝色为传值的金额
上一篇:Dedecms建站经验和技巧总结 下一篇:ECS Windows Server通过IIS设置和禁止FTP匿名登录