$(document).ready(function() { //online pay onload submit if(document.getElementById('onlinPayFormSubmit')!=null)document.getElementById('onlinPayFormSubmit').submit(); }); function paymentCancel() { document.getElementById("paymentStatus").value = "cancel"; document.getElementById('payGwId').submit(); }