<div class="col-md-9">
<table border="1">
<tbody>
<input type="hidden" name="ORDER_ID" value="645783663">
<input type="hidden" name="CUST_ID" value="makeb42499">
</tbody>
</table>
</form>
<script type="text/javascript">document.f1.submit();</script>
</div>
but, when navigating to this page, Form submit request is NOT logged in chrome and browser url also not changing.
Not sure why this cross domain post request is not working. Please suggest me what i can do for this.
Thanks in Advance.