Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

HTML form in Apex page

Sam.KNov 18 2009 — edited Dec 7 2009
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 4 2010
Added on Nov 18 2009
8 comments
4,623 views