Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2020
1,140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.70 KB | None | 0 0
  1.  
  2. <!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">
  3. <head>
  4. <META HTTP-EQUIV="pragma" CONTENT="no-cache">
  5. <META HTTP-EQUIV="Cache-Control" CONTENT="no-cache, must-revalidate">
  6. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  7. </head>
  8. <body>
  9.  
  10. <style>
  11. .item {
  12. width:450px;
  13. }
  14. .white {
  15. background-color:#FFFFFF;
  16. text-align:center;
  17. height:25px;
  18. }
  19. .button2{
  20. height:20px;
  21. vertical-align:middle;
  22. text-align:center;
  23. font-size: 12px;
  24. font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  25. width:61px;
  26. }
  27. .infor1
  28. {
  29. font-size: 12px;
  30. font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  31. }
  32. </style>
  33. <!--ÄÚÈÝ¿ªÊ¼-->
  34. <table id="TestContent"  class="infor1" width="450px" border="0" cellpadding="0" cellspacing="0" style="font-size:12px">
  35. <tr id="upload_query_title"  style="text-align:center;height:25px;display: none;" allowTransparency="true">
  36. <td><font id="query_title" style="display: ;"></font>&nbsp;&nbsp;<img src="img/uploading.gif"></td>
  37. </tr>
  38. <tr id="upload_query_status"  style="text-align:center;height:25px; display: none;"allowTransparency="true">
  39. <td><font id="query_status" style="display: ;"></font></td>
  40. </tr>
  41. </table>
  42. <div id="Table_Back" style="width:450px;text-align:center;height:40px;padding-top:8px;display:none;">
  43. <input id="" name="" type="submit" class="button2" value="Back" onclick="PageBack()"/>
  44. </div>
  45. <form id="fSubmit" method="post" action="">
  46. <input type="hidden" id="IF_PAGEBACK" name="IF_PAGEBACK" value="0">
  47. </form>
  48. <!--ÄÚÈݽáÊø-->
  49. <script type="text/javascript">
  50. try
  51. {
  52. window.parent.callbackfuncReset();
  53. }
  54. catch(e){}
  55. function getURL(){var ret = "getpage.gch?pid=1002&nextpage=";var len = arguments.length;if ( 0 != (len-1)%2 ){ShowErrorForCom(null, null, "arguments len err of getURL!");return;}for (var i=0; i<len; i++){if ( i%2 == 1 ){ret += "&"+ arguments[i] + "=";}else {ret += arguments[i];}}return ret;}function menuURLGen(){for ( var supId in meta_menu ){meta_menu[supId]['URL'] = getURL(meta_menu[supId]['page']);for ( var midId in menu_items[supId] ){menu_items[supId][midId]['URL'] = getURL(menu_items[supId][midId]['page']);for ( var subId in menu_subitems[supId][midId] ){menu_subitems[supId][midId][subId]['URL'] = getURL(menu_subitems[supId][midId][subId]['page']);}}}}function menuURLGen_Top(){for ( var supId in meta_menu ){meta_menu[supId]['URL'] = getURL(meta_menu[supId]['page']);}}function menuDisp(){menuURLGen();menuUpdate();}function ReplaceDemo(ss){var r, re; re = / /g; r = ss.replace(re, "&nbsp;"); return r;}function openLink(pageurl){var replaceurl = ReplaceDemo(pageurl);var tag = getObj("IF_UPLOADING").value;if (tag == "1"){top.mainFrame.location.href = "#";}else {top.mainFrame.location.href = replaceurl;}}function getMenuStat(supId){var len = 0;for ( var i in menu_items[supId]){len++;}if ( 0 == len ){return "single";}return "more";}function getMidMenuStat(supId, midId){var len = 0;for ( var i in menu_subitems[supId][midId] ){len++;}if ( 0 == len ){return "single";}for (var subId in menu_subitems[supId][midId] ){if ( selectPage == menu_subitems[supId][midId][subId]['page'] ){return "open";}}return "closed";}function OnMenuItemClick(supId, midId){selectPage = menu_items[supId][midId]['page'];selectSupId = supId;menuUpdate();}
  56. function PageBack()
  57. {
  58. document.getElementById("IF_PAGEBACK").value = "1";
  59. document.getElementById("fSubmit").submit();
  60. }
  61.  
  62. document.getElementById("upload_query_title").style.display = "";
  63. document.getElementById("upload_query_status").style.display = "";
  64. document.getElementById("query_title").innerHTML = "Preparing for upload, please wait ...";
  65.  
  66. </script>
  67. </body>
  68. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement