Current File : /home/inlingua/www/sensoriumpsychologists.com/student/student_payment/student-paymentdetails.php |
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Shristi Form Data</title>
<style>
body{
font-family:Verdana, sans-serif ;
font-size::12px;
}
.wrapper{
width:980px;
margin:0 auto;
}
table{
}
tr{
padding:5px
}
td{
padding:5px;
}
input{
padding:5px;
}
</style>
<script type="text/javascript">
function getData()
{
var d = new Date();
var n = d.getTime();
var orderID = n + '' +randomFromTo(0,1000);
document.getElementById("OrderId").value = orderID;
return true;
}
function randomFromTo(from, to){
return Math.floor(Math.random() * (to - from + 1) + from);
}
</script>
</head>
<body onLoad="getData();">
<div class="wrapper">
<center> <H3> Transaction Request </H3></center>
<form action="meTrnPay.php" method="post">
<h4 align="center">Redirecting To Payment Please Wait..</h4>
<h4 align="center">Please Do Not Press Back Button OR Refresh Page</h4>
<table>
<tr>
<td><input type="hidden" value="12sd34" id="OrderId" name="OrderId"></td>
<td><input type="hidden" value="1" id="amount" name="amount"></td>
<td><input type="hidden" value="INR" id="currencyName" name="currencyName"> </td>
</tr>
<!--<tr>
<td><input type="hidden" value="S" id="meTransReqType" name="meTransReqType"></td>
</tr>-->
<tr>
<td><input type="hidden" name="MID" id="MID" value="WL0000000027698"></td>
<td><input type="hidden" name="enckey" id="enckey" value="6375b97b954b37f956966977e5753ee6"></td>
</tr>
<tr>
<td><input type="hidden" name="registration_no" id="registration_no" value="1234"/></td>
<td><input type="hidden" name="f_name" id="f_name" value="sushant kumar"/></td>
<td><input type="hidden" name="mobile" id="mobile" value="9971220138"/></td>
<td><input type="hidden" name="email" id="email" value="kumarashish947@gmail.com"/></td>
<input type="hidden" value="S" id="meTransReqType" name="meTransReqType">
<input type="hidden" name="responseUrl" id="responseUrl" value="http://shristiuniverse.com/meTrnCardStatusSuccess.php">
</tr>
<tr>
<td>
<input type="submit" class="btn btn-danger btn-block" style="background:#33CC33;padding:5px;font-size:15px"
name="CHECKOUT" value= "CHECKOUT" />
</td>
</tr>
</table>
</form>
</div>
</body>
</html>