How to send HTTP post from button in Oracle Forms
I need the need to perform the following;
1)From a button in Oracle Forms I need to issue an HTTP POST to another website and have the result displayed in a new browser window. Can this be done?
0