home *** CD-ROM | disk | FTP | other *** search
/ 221.214.14.186 / 221.214.14.186.tar / 221.214.14.186 / zb / jghq.asp < prev    next >
Text File  |  2003-11-07  |  13KB  |  319 lines

  1. <html>
  2. <head>
  3. <title>╫═▓⌐╨╦┼⌐═°</title>
  4. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  5. <!-- #include virtual="inc/xnw_style2.inc.asp"-->
  6. <!-- #include virtual="inc/function.inc.asp"-->
  7. <LINK href="shiweb.files\sy(1).css" type=text/css rel=stylesheet>
  8. <script language="JavaScript" type="text/JavaScript">
  9. <!--
  10. function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  11.   if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
  12.     document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  13.   else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
  14. }
  15. MM_reloadPage(true);
  16.  
  17. function MM_timelineGoto(tmLnName, fNew, numGotos) { //v2.0
  18.   //
  19.   var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,lastKeyFr,propNum,theObj;
  20.   if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
  21.   tmLn = document.MM_Time[tmLnName];
  22.   if (numGotos != null)
  23.     if (tmLn.gotoCount == null) tmLn.gotoCount = 1;
  24.     else if (tmLn.gotoCount++ >= numGotos) {tmLn.gotoCount=0; return}
  25.   jmpFwd = (fNew > tmLn.curFrame);
  26.   for (i = 0; i < tmLn.length; i++) {
  27.     sprite = (jmpFwd)? tmLn[i] : tmLn[(tmLn.length-1)-i]; //count bkwds if jumping back
  28.     if (sprite.charAt(0) == "s") {
  29.       numKeyFr = sprite.keyFrames.length;
  30.       firstKeyFr = sprite.keyFrames[0];
  31.       lastKeyFr = sprite.keyFrames[numKeyFr - 1];
  32.       if ((jmpFwd && fNew<firstKeyFr) || (!jmpFwd && lastKeyFr<fNew)) continue; //skip if untouchd
  33.       for (keyFrm=1; keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]; keyFrm++);
  34.       for (j=0; j<sprite.values.length; j++) {
  35.         props = sprite.values[j];
  36.         if (numKeyFr == props.length) propNum = keyFrm-1 //keyframes only
  37.         else propNum = Math.min(Math.max(0,fNew-firstKeyFr),props.length-1); //or keep in legal range
  38.         if (sprite.obj != null) {
  39.           if (props.prop2 == null) sprite.obj[props.prop] = props[propNum];
  40.           else        sprite.obj[props.prop2][props.prop] = props[propNum];
  41.       } }
  42.     } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
  43.   }
  44.   tmLn.curFrame = fNew;
  45.   if (tmLn.ID == 0) eval('MM_timelinePlay(tmLnName)');
  46. }
  47.  
  48. function MM_timelinePlay(tmLnName, myID) { //v1.2
  49.   //
  50.   var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,propNum,theObj,firstTime=false;
  51.   if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
  52.   tmLn = document.MM_Time[tmLnName];
  53.   if (myID == null) { myID = ++tmLn.ID; firstTime=true;}//if new call, incr ID
  54.   if (myID == tmLn.ID) { //if Im newest
  55.     setTimeout('MM_timelinePlay("'+tmLnName+'",'+myID+')',tmLn.delay);
  56.     fNew = ++tmLn.curFrame;
  57.     for (i=0; i<tmLn.length; i++) {
  58.       sprite = tmLn[i];
  59.       if (sprite.charAt(0) == 's') {
  60.         if (sprite.obj) {
  61.           numKeyFr = sprite.keyFrames.length; firstKeyFr = sprite.keyFrames[0];
  62.           if (fNew >= firstKeyFr && fNew <= sprite.keyFrames[numKeyFr-1]) {//in range
  63.             keyFrm=1;
  64.             for (j=0; j<sprite.values.length; j++) {
  65.               props = sprite.values[j]; 
  66.               if (numKeyFr != props.length) {
  67.                 if (props.prop2 == null) sprite.obj[props.prop] = props[fNew-firstKeyFr];
  68.                 else        sprite.obj[props.prop2][props.prop] = props[fNew-firstKeyFr];
  69.               } else {
  70.                 while (keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]) keyFrm++;
  71.                 if (firstTime || fNew==sprite.keyFrames[keyFrm-1]) {
  72.                   if (props.prop2 == null) sprite.obj[props.prop] = props[keyFrm-1];
  73.                   else        sprite.obj[props.prop2][props.prop] = props[keyFrm-1];
  74.         } } } } }
  75.       } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
  76.       if (fNew > tmLn.lastFrame) tmLn.ID = 0;
  77.   } }
  78. }
  79.  
  80. function MM_initTimelines() { //v4.0
  81.     //MM_initTimelines() Copyright 1997 Macromedia, Inc. All rights reserved.
  82.     var ns = navigator.appName == "Netscape";
  83.     var ns4 = (ns && parseInt(navigator.appVersion) == 4);
  84.     var ns5 = (ns && parseInt(navigator.appVersion) > 4);
  85.     document.MM_Time = new Array(2);
  86.     document.MM_Time[0] = new Array(1);
  87.     document.MM_Time["Timeline1"] = document.MM_Time[0];
  88.     document.MM_Time[0].MM_Name = "Timeline1";
  89.     document.MM_Time[0].fps = 8;
  90.     document.MM_Time[0][0] = new String("behavior");
  91.     document.MM_Time[0][0].frame = 53;
  92.     document.MM_Time[0][0].value = "MM_timelineGoto('Timeline1','1')";
  93.     document.MM_Time[0].lastFrame = 53;
  94.     document.MM_Time[1] = new Array(0);
  95.     document.MM_Time["Timeline2"] = document.MM_Time[1];
  96.     document.MM_Time[1].MM_Name = "Timeline2";
  97.     document.MM_Time[1].fps = 15;
  98.     document.MM_Time[1].lastFrame = 0;
  99.     for (i=0; i<document.MM_Time.length; i++) {
  100.         document.MM_Time[i].ID = null;
  101.         document.MM_Time[i].curFrame = 0;
  102.         document.MM_Time[i].delay = 1000/document.MM_Time[i].fps;
  103.     }
  104. }
  105. //-->
  106. </script>
  107. <script language="javaScript" type="text/javascript" SRC="js/pz_chromeless_2.1.js"></SCRIPT>
  108. <script language=Javascript>
  109. function hover(id,wert){
  110. if(document.all) document.all[id].filters.alpha.opacity = wert;
  111. }
  112. </script>
  113. <script>
  114. <!--
  115. function openIT() {
  116.     theURL="http://www.cwb.gov.tw/V4/weather/satellite/index.htm"
  117.     wname ="ttkoo"
  118.     W=800;
  119.     H=460;
  120.     windowCERRARa         = "img/close_a.gif"
  121.     windowCERRARd         = "img/close_d.gif"
  122.     windowCERRARo         = "img/close_o.gif"
  123.     windowNONEgrf         = "img/vficon.gif"
  124.     windowCLOCK        = "img/clock.gif"
  125.     windowREALtit        = "------| Chromeless Windows V2.1 |"
  126.     windowTIT             = "<font face=verdana size=1>------| www.sdxnw.gov.cn |</font>"
  127.     windowBORDERCOLOR       = "#000000"
  128.     windowBORDERCOLORsel    = "#FF8000"
  129.     windowTITBGCOLOR        = "#D7DCD9"
  130.     windowTITBGCOLORsel     = "#FFFFFF"
  131.     openchromeless(theURL, wname, W, H, windowCERRARa, windowCERRARd, windowCERRARo, windowNONEgrf, windowCLOCK, windowTIT, windowREALtit , windowBORDERCOLOR, windowBORDERCOLORsel, windowTITBGCOLOR, windowTITBGCOLORsel)
  132. }
  133.  
  134. function MM_swapImgRestore() { //v3.0
  135.   var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
  136. }
  137.  
  138. function MM_preloadImages() { //v3.0
  139.   var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
  140.     var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
  141.     if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
  142. }
  143.  
  144. function MM_findObj(n, d) { //v3.0
  145.   var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
  146.     d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  147.   if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  148.   for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); return x;
  149. }
  150.  
  151. function MM_swapImage() { //v3.0
  152.   var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
  153.    if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
  154. }
  155. //-->
  156. </script>
  157. <style type="text/css">
  158. <!--
  159. .unnamed1 {
  160.     font-size: 1px;
  161.     color: #FFFFFF;
  162. }
  163. -->
  164. </style>
  165. <link href="shiweb.files/1.css" rel="stylesheet" type="text/css">
  166. </head>
  167.  
  168. <BODY bgColor=#ffffff text=#000000 leftMargin=4 topMargin=4 
  169. marginwidth="4" marginheight="4" onLoad="MM_timelinePlay('Timeline1')">
  170. <!--#include virtual="city/zb/webhead.inc.asp"-->
  171. <table width="770" border="0" align="center" cellpadding="0" cellspacing="0">
  172.   <tr> 
  173.     <td height="37"><img src="sygif/dddd.gif" width="176" height="65"></td>
  174.     <td width="417" bgcolor="#000066"> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="419" height="84">
  175.         <param name="quality" value="high"><param name="SRC" value="zb.swf">
  176.         <embed src="zb.swf" width="419" height="84" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed></object> 
  177.     </td>
  178.     <td width="173" bgcolor="#99CC99"> 
  179.       <div align="center"> 
  180.         <!-- #include virtual="date.jsp"-->
  181.       </div></td>
  182.   </tr>
  183. </table>
  184. <TABLE cellSpacing=0 cellPadding=0 width=766 border=0>
  185.   <TBODY>
  186.     <TR> 
  187.       <TD width=36 height="100" background=shiweb.files/article_13.gif> </TD>
  188.       <TD width=1 background=╬─╝■╥│.files/line.gif></TD>
  189.       <TD vAlign=top align=middle width=555> <TABLE cellSpacing=0 cellPadding=0 width=689 border=0>
  190.           <TBODY>
  191.             <TR> 
  192.               <TD height=22 colspan="2"> <TABLE height=21 cellSpacing=0 cellPadding=0 width=687 
  193.                   border=0>
  194.                   <TBODY>
  195.                     <TR> 
  196.                       <TD width="419"><A class=h2 
  197.                         href="" 
  198.                         target=_blank><font color="#009900">╧╓╘┌╬╗╓├</font></A><font color="#009900">>>╝█╕±╨╨╟Θ</font></TD>
  199.                       <TD width="268" align=right> <SCRIPT language=JavaScript>
  200. <!--
  201.       
  202.  today=new Date();
  203.  function initArray(){
  204.    this.length=initArray.arguments.length
  205.    for(var i=0;i<this.length;i++)
  206.    this[i+1]=initArray.arguments[i]  }
  207.    var d=new initArray(
  208.      "╨╟╞┌╠∞",
  209.      "╨╟╞┌╥╗",
  210.      "╨╟╞┌╢■",
  211.      "╨╟╞┌╚²",
  212.      "╨╟╞┌╦─",
  213.      "╨╟╞┌╬σ",
  214.      "╨╟╞┌┴∙");
  215. document.write(
  216.      "<font class=h2 align=right> ",
  217. "íí",today.getYear(),"─Ω",today.getMonth()+1,"╘┬",today.getDate(),"╚╒íí",d[today.getDay()+1],"</font>" );//-->
  218. </SCRIPT> </TD>
  219.                     </TR>
  220.                   </TBODY>
  221.                 </TABLE></TD>
  222.             </TR>
  223.             <TR> 
  224.               <TD height=1 colspan="2" bgColor=#016b59></TD>
  225.             </TR>
  226.             <TR align=middle> 
  227.               <TD height="50" colspan="2"><table width="90%" border="0" align="right">
  228.                   <tr> 
  229.                     <td><IFRAME marginWidth=0 marginHeight=0 
  230.                   src="/jghq_lists.asp?scxx=25" frameBorder=0 width=600 scrolling=no 
  231.                   height=<%=600 %>> </IFRAME></td>
  232.                   </tr>
  233.                 </table></TD>
  234.             </TR>
  235.             <TR> 
  236.               <TD height=1 colspan="2" bgColor=#016b59></TD>
  237.             </TR>
  238.             <TR> 
  239.               <TD width=109 
  240.                 height=20 align=middle bgColor=#006666 class=h1_write><div align="center">╧α╣╪─┌╚▌</div></TD>
  241.               <TD width=580 align=middle class=h1_write> </TD>
  242.             </TR>
  243.             <TR align=middle> 
  244.               <TD colspan="2"> <TABLE cellSpacing=0 cellPadding=0 width=645 border=0>
  245.                   <TBODY>
  246.                     <TR> </TR>
  247.                     <TR> 
  248.                       <TD height=10><table width="100%" border="0">
  249.                           <tr> 
  250.                             <td>íñ<a href="http://www.sdxnw.gov.cn/scxx_jghq_show.asp?scxx=1">╔╜╢½╨╦┼⌐═°╝█╕±╨╨╟Θ</a></td>
  251.                           </tr>
  252.                           <tr> 
  253.                             <td>íñ<a href="http://www.cnan.gov.cn/cnan/market/jiage/">╓╨╣·╨╦┼⌐═°╩╨│í╨┼╧ó</a></td>
  254.                           </tr>
  255.                           <tr> 
  256.                             <td>íñ╧α╣╪╨┼╧ó</td>
  257.                           </tr>
  258.                         </table></TD>
  259.                     </TR>
  260.                     <TR> 
  261.                       <TD align=right height=20> <FORM >
  262.                           í╛<A  href="http://<%=getsms%>/sms/"  target=_blank>╢╠╨┼═╞╝÷</A>í┐ 
  263.                           <a href="/" target="_parent">í╛</a><a href="http://www.sdxnw.gov.cn/city/zb/web.asp" target="_parent">╫═▓⌐╨╦┼⌐═°</a><a href="/" target="_parent">í┐</a> 
  264.                         </FORM></TD>
  265.                     </TR>
  266.                   </TBODY>
  267.                 </TABLE></TD>
  268.             </TR>
  269.             <TR> 
  270.               <TD height=20 colspan="2"> </TD>
  271.             </TR>
  272.           </TBODY>
  273.         </TABLE></TD>
  274.       <TD vAlign=top width=50>  </TD>
  275.     </TR>
  276.   </TBODY>
  277. </TABLE>
  278. <table width="50" border="0" cellpadding="0" cellspacing="00">
  279.   <tr>
  280.     <td width="44" class="unnamed1">1</td>
  281.   </tr>
  282. </table>
  283. <table width="770" border="0" align="center" cellpadding="0" cellspacing="0">
  284.   <tr>
  285.     <td bgcolor="#99CC99"> 
  286.       <table height=5 cellspacing=0 cellpadding=0 width=165 border=0>
  287.         <tbody>
  288.           <tr> 
  289.             <td></td>
  290.           </tr>
  291.         </tbody>
  292.       </table>
  293.     </td>
  294.   </tr>
  295. </table>
  296.  
  297. ½╚ <TABLE width=770 height=60 border=0 align=center cellPadding=0 cellSpacing=0 class="a6"> 
  298. <TBODY><TR>
  299.       <TD 
  300.     height=10 align=center class="a1" > 
  301.         <!--#include file="js/index.asp"-->
  302.       </TD>
  303.     </TR>
  304.     <TR> 
  305.       <TD 
  306.     height=10 align=middle><div align="center">╜¿╥Θ╩╣╙├ú║1024*768╖╓▒µ┬╩íó16Bit╤╒╔½íóNetscape6.0╗≥IE4.0╥╘╔╧░µ▒╛Σ»└└╞≈║═╓╨╬─┤≤╫╓╖√╝»</div></TD>
  307.     </TR>
  308.     
  309.     <TR> 
  310.       <TD 
  311.     height=20 align=middle><div align="center">╫═▓⌐╨╦┼⌐═°░µ╚¿╦∙╙╨íí╬┤╛¡╨φ┐╔╤╧╜√╕┤╓╞</div></TD>
  312.     </TR>
  313.   </TBODY>
  314. </TABLE>
  315. <p> 
  316. <TD background=img/loginbox_bk.gif> </p> 
  317. </body>
  318. </html>
  319.