You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
1.2 KiB
PHP
30 lines
1.2 KiB
PHP
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
|
<meta http-equiv="Expires" CONTENT="0"/>
|
|
<meta http-equiv="Cache-Control" CONTENT="no-cache"/>
|
|
<meta http-equiv="Pragma" CONTENT="no-cache"/>
|
|
<title>The payment page is loading: please don't close the window!</title>
|
|
</head>
|
|
<script type="text/javascript">
|
|
window.onload = function() {
|
|
document.getElementById('form_paypalnote').submit();
|
|
}
|
|
</script>
|
|
<body>
|
|
<h1>The payment page is loading: please don't close the window!</h1>
|
|
|
|
|
|
<form name="form_paypalnote" id="form_paypalnote" action="http://www.mycht.cn/webht.php/apps/paypal/index/paypal_note" method="post">
|
|
|
|
<?php
|
|
foreach ($_POST as $key => $item) {
|
|
?>
|
|
<input type="hidden" name="<?php echo $key; ?>" id="<?php echo $key; ?>" value="<?php echo $item ?>" />
|
|
<?php } ?>
|
|
</form>
|
|
|
|
</body>
|
|
</html>
|