Advertisement
Guest User

eason2019 by eservice-hk.net

a guest
Aug 20th, 2019
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 KB | None | 0 0
  1.  
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml">
  5. <head>
  6. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  7. <title>AEG Ticketing System</title>
  8.  
  9. <script type="text/javascript" src="inc/jquery-1.7.2.min.js"></script>
  10.  
  11. <script>
  12. function showButt() {
  13. setTimeout(function () {
  14. // document.getElementById("retry").style.display = "inline";
  15. document.getElementById("retry").disabled = "";
  16. document.getElementById("retry").innerHTML = "重試 Retry";
  17. }, 5000);
  18. }
  19. </script>
  20.  
  21. <style>
  22. button {
  23. border: 1px solid #a63330;
  24. background-color: #c0504d;
  25. color: #ffffff;
  26. padding: 10px 20px;
  27. margin-left: 0px;
  28. width: 240px;
  29. font-size:larger;
  30. }
  31.  
  32. button:hover {
  33. border: 1px solid #c0504d;
  34. background-color: #ef6a66;
  35. color: #ffffff;
  36. padding: 10px 20px;
  37. }
  38.  
  39. button:disabled,
  40. button[disabled]{
  41. border: 1px solid #999999;
  42. background-color: #cccccc;
  43. color: #666666;
  44. }
  45.  
  46. #resetdiv {
  47. padding: 10px;
  48. }
  49. </style>
  50.  
  51. </head>
  52.  
  53. <body onload="showButt()">
  54. <script type="text/javascript" language="javascript">
  55. history.pushState(null, null, 'TryAgain.asp');
  56. window.addEventListener('popstate', function(event) {
  57. history.pushState(null, null, 'TryAgain.asp');
  58. });
  59. </script>
  60. <p align="center">&nbsp;</p>
  61.  
  62. <!--<p align="center"><img src="../../images/AEG_Logo_180x48.jpg" width="180" height="48" /></p>
  63. -->
  64. <p align="center"><img border="0" src="../Concert//eason2019_150.jpg" galleryimg="no"></p>
  65.  
  66. <p align="center">系統正在處理大量客戶的購票程序,請耐心等候,按以下「重試」鍵重試進入網站。</p>
  67.  
  68. <p align="center">The system is currently processing ticketing purchase by a large number of customers.<br />Please be patient and click the "Retry" button below to access the system again.</p>
  69.  
  70. <p align="center"><font color="#999999" size="-1">5秒後重試 5 seconds to retry!</font></p>
  71.  
  72. <p align="center"><button id="retry" type="button" onclick="window.location.href='http://www.aegpromotion.com/eason2019'" disabled>請稍候 Please wait</button></p>
  73.  
  74. <p align="center">&nbsp;</p>
  75.  
  76. <div align="center">
  77. <table border="0"><tr><td>
  78. <p align="center"><font face="arial, helvetica, sans-serif" color="#0000ff"><strong>FWD 富衞保險陳奕迅Fear And Dreams 香港演唱會</strong></font></p>
  79. <p align="center">網上優先訂購日期由2019年8月20至24日<br />數量有限,售完即止!</p></td></tr></table>
  80. </div>
  81.  
  82. <p align="center">&nbsp;</p>
  83.  
  84. </body>
  85. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement