Hi,
I'm trying to create the following form on my APEX (19.1) page:
<form id="nonseamless" method="post" name="redirect" action="https://test.ccavenue.com/transaction/transaction.do?command=initiateTransaction"/>
<input type="hidden" id="encRequest" name="encRequest" value="' + encRequest + '">
<input type="hidden" name="access_code" id="access_code" value="' + accessCode + '">
<script language="javascript">document.redirect.submit();</script>
</form>
the variables encRequest and accessCode should be calculated on click of the submit button...and then the form submitted.
Can anyone please give me pointers on how this can be done?
Thanks,
Gaurav