Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
this.Form.Action = "https://www.ccavenue.com/shopzone/cc_details.jsp";
これは、支払いゲートウェイに直接リダイレクトしていません。ボタンクリックイベント内にこのコードを追加すると、正常に動作します。自動リダイレクトが欲しい。提案していただけますか?
ボタン ハンドラー コードでは、次のように記述する必要があります。 Response.Redirect ("http://...");
Response.Redirect ("http://...");
ここで行っているのは、ユーザーが次にボタンをクリックしたときにヒットする URL の設定です。