--
You received this message because you are subscribed to the Google Groups "AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email to angular+u...@googlegroups.com.
To post to this group, send email to ang...@googlegroups.com.
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.
<html>
<head>
<title>Merchant xPay</title>
<script type="text/javascript" language="javascript">
function redirect() {
document.returnform.submit();
}
</script>
</head>
<body onLoad="javascript:redirect()">
<form name="returnform" action="http://127.0.0.1:9001/#/auth" method="POST">
<input type="hidden" name="xpayTid" value="<%= request.getParameter("xpayTid") %>">
<input type="hidden" name="tid" value="<%= request.getParameter("tid") %>">
<input type="hidden" name="phN" value="<%= request.getParameter("phN") %>">
<input type="hidden" name="amt" value="<%= request.getParameter("amt") %>">
<noscript>
<center>
Please click the submit button below.<br> <input type="submit"
name="submit" value="Submit">
</center>
</noscript>
</form>
</body>
</html>
But I have got this error in browser :
Cannot POST /
Is it posible to send date like this? Is there any other way maybe?
--
You received this message because you are subscribed to a topic in the Google Groups "AngularJS" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/angular/vEcy_CZlvmQ/unsubscribe.
To unsubscribe from this group and all its topics, send an email to angular+u...@googlegroups.com.