Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!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="pragma" CONTENT="no-cache">
- <META HTTP-EQUIV="Cache-Control" CONTENT="no-cache, must-revalidate">
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
- </head>
- <body>
- <style>
- .item {
- width:450px;
- }
- .white {
- background-color:#FFFFFF;
- text-align:center;
- height:25px;
- }
- .button2{
- height:20px;
- vertical-align:middle;
- text-align:center;
- font-size: 12px;
- font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
- width:61px;
- }
- .infor1
- {
- font-size: 12px;
- font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
- }
- </style>
- <!--ÄÚÈÝ¿ªÊ¼-->
- <table id="TestContent" class="infor1" width="450px" border="0" cellpadding="0" cellspacing="0" style="font-size:12px">
- <tr id="upload_query_title" style="text-align:center;height:25px;display: none;" allowTransparency="true">
- <td><font id="query_title" style="display: ;"></font> <img src="img/uploading.gif"></td>
- </tr>
- <tr id="upload_query_status" style="text-align:center;height:25px; display: none;"allowTransparency="true">
- <td><font id="query_status" style="display: ;"></font></td>
- </tr>
- </table>
- <div id="Table_Back" style="width:450px;text-align:center;height:40px;padding-top:8px;display:none;">
- <input id="" name="" type="submit" class="button2" value="Back" onclick="PageBack()"/>
- </div>
- <form id="fSubmit" method="post" action="">
- <input type="hidden" id="IF_PAGEBACK" name="IF_PAGEBACK" value="0">
- </form>
- <!--ÄÚÈݽáÊø-->
- <script type="text/javascript">
- try
- {
- window.parent.callbackfuncReset();
- }
- catch(e){}
- 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, " "); 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();}
- function PageBack()
- {
- document.getElementById("IF_PAGEBACK").value = "1";
- document.getElementById("fSubmit").submit();
- }
- document.getElementById("upload_query_title").style.display = "";
- document.getElementById("upload_query_status").style.display = "";
- document.getElementById("query_title").innerHTML = "Preparing for upload, please wait ...";
- </script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement