Oracle Forms (MOSC)

MOSC Banner

Forms 12c + Java WebStart - Passing parameters with POST instead of URL

edited Feb 13, 2019 4:04AM in Oracle Forms (MOSC) 1 commentAnswered

Hello,

I try to open my application via Java WebStart and passing parameters via POST (Html Form element + input).

<HTML>

<BODY>

  <form id="myForm" action="http://myServer/forms/frmservlet?CONFIG=WEBSTART" method="post">

    <input type="text" name="clientDPI" value="110">

  </form>

</BODY>

<SCRIPT LANGUAGE="JavaScript">

  document.getElementById('myForm').submit();

</SCRIPT>

</HTML>

It works when I put the parameter in the URL:

http://myServer/forms/frmservlet?CONFIG=WEBSTART?clientDPI=110

But not when passing it via POST.

Is it possible to do it ?

Regards,

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center