1
我正在創建將客戶發送到託管支付系統的按鈕。在這種情況下,在測試模式下的authorize.net簡單簽出按鈕。如何將html表單轉換爲url
<form name="PrePage" method = "post" action = "https://Simplecheckout.authorize.net/payment/CatalogPayment.aspx"> <input type = "hidden" name = "LinkId" value ="8a40541d-2f0f-4bfe-a1e8-397292f5dee5" /> <input type = "image" src ="//content.authorize.net/images/buy-now-gold.gif" /> </form>
我試圖讓表單輸入到URL中有以下幾點:
https://Simplecheckout.authorize.net/payment/CatalogPayment.aspx/?LinkId=8a40541d%2D2f0f%2D4bfe%2Da1e8%2D3d397292f5dee5
我在做什麼錯?