| Server IP : 104.21.37.246 / Your IP : 104.23.243.33 [ Web Server : Apache System : Linux cpanel01wh.bkk1.cloud.z.com 2.6.32-954.3.5.lve1.4.59.el6.x86_64 #1 SMP Thu Dec 6 05:11:00 EST 2018 x86_64 User : cp648411 ( 1354) PHP Version : 7.2.34 Disable Function : NONE Domains : 0 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home2/cp648411/www/taladonnuch.com/talad/payment/ |
Upload File : |
<?php include('../include/meta.php');?>
<?php include('kkp/set_dev.php');?>
<?php
$Or_id = @$_GET['id'];
?>
<?php include('../include/head.php');?>
<?php include('../include/menu.php');?>
<script>
function PrintElem(elem)
{
Popup($(elem).html());
}
function Popup(data)
{
var mywindow = window.open('print_order.php', 'ใบสั่งซื้อสินค้า - หอมหวลชุดปฏิบัติ', 'height=500,width=600');
mywindow.document.write('<html><head><title>ใบสั่งซื้อสินค้า - หอมหวลชุดปฏิบัติ</title>');
/*optional stylesheet*/ //mywindow.document.write('<link rel="stylesheet" href="main.css" type="text/css" />');
mywindow.document.write('</head><body >');
mywindow.document.write(data);
mywindow.document.write('</body></html>');
mywindow.document.close(); // necessary for IE >= 10
mywindow.focus(); // necessary for IE >= 10
mywindow.print();
mywindow.close();
return true;
}
</script>
<div class="container div_main p_top40">
<div class="row">
<div class="col-md-12 text-center">
<img src="../image/sc.png" alt="" width="200">
<h2>ชำระเงินสำเร็จ</h2>
</div>
</div>
</div>
<div class="container div_main">
<div class="row">
<div class="col-md-12" align="center">
<div class="line"></div>
</div>
</div>
</div>
<script>
function locat(){
location.href='../member/profile3.php';
}
window.onload = function () {
var lo = window.setInterval(locat, 3000);
};
</script>
<?php include('../themes/tap_footer.php');?>
<?php include('../themes/footer.php');?>
<?php include('../include/footer_js.php');?>