Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Send POST Request from a FORM

Status
Not open for further replies.

abc73

Programmer
Apr 28, 2004
89
US
Hi,
Is there a way to send a POST Request from a FORM. I have an Oracle Form and inside FORM a user clicks on a button and it opens a webpage that accepts some parameters that are also passed when a button is clicked. I don't want the user to see the querystring parameters i.e. can I make a POST Request when a button is clicked as by defualt it's a GET Request. For example currently in the browser address bar it shows like:
Code:
[URL unfurl="true"]http://www.somepage.com/pagename.jsp?name=someName&id=someId[/URL]
as I want in the address bar something like:
Code:
[URL unfurl="true"]http://www.somepage.com/pagename.jsp[/URL]
don't want to show any parameters in the address bar. Any help is appreciated.

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top