I am trying to add an html button provided by some payment agency. They provided a regualr HTML code for that button and here is part of it :
<HTML>
<form action="https://somewebsite.com/cart.php" method="POST">
<input type="submit" name="submit" value="Buy" />
</form>
</HTML>
I have created an HTML region and pasted that code in, then I ran the page and the button came up properly , but when I clicked on it it gave the HTTP 404 error ! the URL in that page is : https://myserver.com:7777/pls/apex/wwv_flow.accept
Also when I move the curosr over that button , the target URL shows in the browser status bar is : wwv_flow.accept.
Why is this happening ? is there a special way in Apex to call URLs in such an HTML form? I am aware of the button items provided by apex and understand who they work , but they may not help since the payment agency want us to copy their button html code and paste in our paymeny page.
Thanks