/
home
/
ak0904
/
public_html
/
quee168.com
/
Upload File
HOME
<!doctype html> <!--[if IE 8 ]><html dir="ltr" lang="zh-TW" class="ie8"><![endif]--> <!--[if IE 9 ]><html dir="ltr" lang="zh-TW" class="ie9"><![endif]--> <!--[if (gt IE 9)|!(IE)]><!--> <html dir="ltr" lang="zh-TW"> <!--<![endif]--> <head> <!--[if lt IE 9]> <script src="/js/html5.js"></script> <![endif]--> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=0"> <title><?# webTitle ?></title> <meta name="keywords" content="<?# webKeyword ?>" /> <meta name="description" content="<?# webDescription ?>" /> <meta property="og:url" content="<?# RelLink ?><?# REQUESTURI ?>" /> <meta property="og:type" content="website" /> <meta property="og:title" content="<?# ogTitle ?>" /> <meta property="og:description" content="<?# ogDescription ?>" /> <meta property="og:image" content="<?# ogImage ?>" /> <meta name="robots" content="INDEX, FOLLOW" /> <link href="/css/paypage/main.css" rel="stylesheet"> <script src="/jquery/jquery-1.10.js"></script> <script> if('<?# alertMsg ?>' != ''){ alert('<?# alertMsg ?>'); if('<?# goBack ?>' == 'Y'){ history.back(); } } if('<?# locationHref ?>' != ''){ location.href = '<?# locationHref ?>'; } </script> <?# headHTML ?> </head> <body<?# JumpBody ?>> <?# bodyTopHTML ?> <div class="webBox" style="margin: 0; padding: 0; border: 0; width: 100%;<?# JumpStyle ?>"> <?# JumpHTML ?> <?# JumpScript ?> <h1 class="pageh1" style="color:#fff;">快速線上付款</h1> <div class="wrapper"> <h2 class="pagetitle"><b>Pay</b><font>快速線上付款</font></h2> <form id="form1" name="form1" method="post" action="https://core.newebpay.com/MPG/mpg_gateway"> <p class="goTxt">即將前往藍新金流進行第三方線上支付!</p> <div class="la-ball-spin-clockwise"> <div></div> <div></div> <div></div> <div></div> <div></div> <div></div> <div></div> <div></div> </div> <input type="hidden" name="MerchantID" value="<?# MerchantID ?>" /> <input type="hidden" name="TradeInfo" value="<?# TradeInfo ?>" /> <input type="hidden" name="TradeSha" value="<?# TradeSha ?>" /> <input type="hidden" name="Version" value="1.5" /> </form> </div> </div> </body> </html> <script> $(function(){ if('<?# alertMsg ?>' == '' && '<?# locationHref ?>' == '') $('#form1').submit(); }); document.body.oncopy = event => { event.preventDefault(); let textFont, copyFont = window.getSelection(0).toString(); if(copyFont.length > 10){ textFont = copyFont + '\n\n' + '原文網址: <?# webTitle ?> <?# RelLink ?><?# REQUESTURI ?>\n' + '著作權歸作者所有。商業轉載請聯絡作者獲得授權,非商業轉載請註明出處。'; }else{ textFont = copyFont; } if(event.clipboardData){ return event.clipboardData.setData('text', textFont); }else{// 相容IE return window.clipboardData.setData('text', textFont); } }; </script>