home *** CD-ROM | disk | FTP | other *** search
/ 221.214.14.186 / 221.214.14.186.tar / 221.214.14.186 / zb / sjqxr1.asp < prev    next >
Text File  |  2004-04-27  |  17KB  |  375 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. <style type="text/css">
  167. <!--
  168. .style1 {
  169.     font-size: 18px;
  170.     font-weight: bold;
  171. }
  172. a:link {
  173.     text-decoration: none;
  174. }
  175. a:visited {
  176.     text-decoration: none;
  177.     color: #336666;
  178. }
  179. a:hover {
  180.     text-decoration: none;
  181.     color: #CC9999;
  182. }
  183. a:active {
  184.     text-decoration: none;
  185. }
  186. .style3 {    color: #000000;
  187.     font-weight: bold;
  188. }
  189. -->
  190. </style>
  191. </head>
  192.  
  193. <BODY bgColor=#ffffff text=#000000 leftMargin=4 topMargin=4 
  194. marginwidth="4" marginheight="4" onLoad="MM_timelinePlay('Timeline1')">
  195. <!--#include virtual="city/zb/webhead.inc.asp"-->
  196. <table width="770" border="0" align="center" cellpadding="0" cellspacing="0">
  197.   <tr> 
  198.     <td height="37"><img src="sygif/dddd.gif" width="176" height="65"></td>
  199.     <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">
  200.         <param name="movie" value="zb.swf">
  201.         <param name="quality" value="high">
  202.         <embed src="zb.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="419" height="84"></embed></object> 
  203.     </td>
  204.     <td width="173" bgcolor="#99CC99"> 
  205.       <div align="center"> 
  206.         <!-- #include virtual="date.jsp"-->
  207.       </div></td>
  208.   </tr>
  209. </table>
  210. <TABLE width=769 height="828" border=0 align=center cellPadding=0 cellSpacing=0 background="img/bg.jpg">
  211.   <TBODY>
  212.     <TR> 
  213.       <TD width=1 height="828" bgColor=#016b59></TD>
  214.       <TD width=767 vAlign=top background="img/bg"> <TABLE height=4 cellSpacing=0 cellPadding=0 width=766 bgColor=#c9c9c9 
  215.       border=0>
  216.           <TBODY>
  217.             <TR> 
  218.               <TD></TD>
  219.             </TR>
  220.           </TBODY>
  221.         </TABLE>
  222.         <TABLE width=764 height="824" border=0 cellPadding=0 cellSpacing=0>
  223.           <TBODY>
  224.             <TR> 
  225.               <TD width=17 height="824" background=shiweb.files/article_13.gif> </TD>
  226.               <TD width=15 background=╬─╝■╥│.files/line.gif></TD>
  227.               <TD vAlign=top align=middle width=692> <TABLE width=692 border=0 cellPadding=0 cellSpacing=0>
  228.                   <TBODY>
  229.                     <TR> 
  230.                       <TD height=22 colspan="2"> <TABLE height=21 cellSpacing=0 cellPadding=0 width=687 
  231.                   border=0>
  232.                           <TBODY>
  233.                             <TR> 
  234.                               <TD width="419"><A class=h2 
  235.                         href="" 
  236.                         target=_blank>╫═▓⌐╨╦┼⌐═°╩╫╥│</A>>>╩└╜τ╞°╧≤╚╒</TD>
  237.                               <TD width="268" align=right> <SCRIPT language=JavaScript>
  238. <!--
  239.       
  240.  today=new Date();
  241.  function initArray(){
  242.    this.length=initArray.arguments.length
  243.    for(var i=0;i<this.length;i++)
  244.    this[i+1]=initArray.arguments[i]  }
  245.    var d=new initArray(
  246.      "╨╟╞┌╠∞",
  247.      "╨╟╞┌╥╗",
  248.      "╨╟╞┌╢■",
  249.      "╨╟╞┌╚²",
  250.      "╨╟╞┌╦─",
  251.      "╨╟╞┌╬σ",
  252.      "╨╟╞┌┴∙");
  253. document.write(
  254.      "<font class=h2 align=right> ",
  255. "íí",today.getYear(),"─Ω",today.getMonth()+1,"╘┬",today.getDate(),"╚╒íí",d[today.getDay()+1],"</font>" );//-->
  256. </SCRIPT> </TD>
  257.                             </TR>
  258.                           </TBODY>
  259.                         </TABLE></TD>
  260.                     </TR>
  261.                     <TR> 
  262.                       <TD height=1 colspan="2" bgColor=#016b59></TD>
  263.                     </TR>
  264.                     <TR align=middle> 
  265.                       <TD height="673" colspan="2"><TABLE cellSpacing=0 cellPadding=0 width=645 border=0>
  266.                         <TBODY>
  267.                           <TR>
  268.                             <TD align=right height=15>
  269.                               <div align="left" class="style3">╫═▓⌐╩╨╞°╧≤╛╓╞°╧≤╚╒╙╨╣╪╗ε╢»═╝╞¼</div></TD>
  270.                           </TR>
  271.                           <TR>
  272.                             <TD align=right height=20><div align="left">
  273.                                 <table width="645" border="0">
  274.                                   <tr>
  275.                                     <td width="160"><img src="img/气象日相关图片1.gif" alt="╖└▒ó╘÷╙Ω╕▀┼┌" width="160" height="120"></td>
  276.                                     <td width="160"><img src="img/气象日相关图片2.gif" alt="░┘╥│╧Σ" width="160" height="120"></td>
  277.                                     <td width="160"><img src="img/气象日相关图片3.gif" alt="╡╪╬┬╣█▓Γ│í" width="160" height="120"></td>
  278.                                     <td width="147"><img src="img/气象日相关图片4.gif" alt="╚╒╒╒╝╞" width="160" height="120"></td>
  279.                                   </tr>
  280.                                   <tr>
  281.                                     <td><img src="img/气象日相关图片5.gif" alt="└╫┤∩╩╥" width="160" height="120"></td>
  282.                                     <td><img src="img/气象日相关图片6.gif" alt="╫¿╥╡╞°╧≤╠¿" width="160" height="120"></td>
  283.                                     <td><img src="img/气象日相关图片7.gif" alt="╡τ╩╙╠∞╞°╘ñ▒¿╓╞╫≈╩╥" width="160" height="120"></td>
  284.                                     <td><img src="img/气象日相关图片8.gif" alt="╠∞╞°╘ñ▒¿╗ß╔╠╩╥" width="160" height="120"></td>
  285.                                   </tr>
  286.                                 </table>
  287.                             </div></TD>
  288.                           </TR>
  289.                           <TR>
  290.                             <TD align=right height=20>
  291.                               <div align="left"><strong>╫═▓⌐╩╨╞°╧≤╛╓╞°╧≤╚╒╩Θ╗¡╒╣▓┐╖╓╫≈╞╖</strong></div></TD>
  292.                           </TR>
  293.                           <TR>
  294.                             <TD align=right height=20><div align="left">
  295.                                 <table width="654" border="1">
  296.                                   <tr>
  297.                                     <td width="155"><img src="img/书法2!.gif" width="119" height="308"></td>
  298.                                     <td width="198"><img src="img/书法1!.gif" width="176" height="308" border="0"></td>
  299.                                     <td width="169"><img src="img/书法3!.gif" width="150" height="310" border="0"></td>
  300.                                     <td width="114"><img src="img/书法4!.gif" width="100" height="310" border="0"></td>
  301.                                   </tr>
  302.                                 </table>
  303.                             </div></TD>
  304.                           </TR>
  305.                           <TR>
  306.                             <TD align=right height=20><div align="right">í╛<A  href="http://<%=getsms%>/sms/"  target=_blank>╢╠╨┼═╞╝÷</A>í┐ <a href="/" target="_parent">í╛</a><a href="http://www.sdxnw.gov.cn/city/zb/web.asp" target="_parent">╫═▓⌐╨╦┼⌐═°</a><a href="/" target="_parent">í┐</a></div></TD>
  307.                           </TR>
  308.                         </TBODY>
  309.                       </TABLE>                      </TD>
  310.                     </TR>
  311.                     <TR> 
  312.                       <TD height=1 colspan="2" bgColor=#016b59></TD>
  313.                     </TR>
  314.                     <TR> 
  315.                       <TD width=109 
  316.                 height=20 align=middle class=h1_write><div align="center"></div></TD>
  317.                       <TD width=583 align=middle class=h1_write> </TD>
  318.                     </TR>
  319.                     <TR align=middle> 
  320.                       <TD height="18" colspan="2"> </TD>
  321.                     </TR>
  322.                     
  323.                   </TBODY>
  324.                 </TABLE></TD>
  325.               <TD width=3 background=╬─╝■╥│.files/line.gif></TD>
  326.               <TD vAlign=top width=37>  </TD>
  327.             </TR>
  328.           </TBODY>
  329.         </TABLE>
  330.       </TD>
  331.       <TD width=1 bgColor=#016b59></TD>
  332.     </TR>
  333.   </TBODY>
  334. </TABLE>
  335. <table width="50" border="0" cellpadding="0" cellspacing="00">
  336.   <tr>
  337.     <td width="44" class="unnamed1">1</td>
  338.   </tr>
  339. </table>
  340. <table width="770" border="0" align="center" cellpadding="0" cellspacing="0">
  341.   <tr>
  342.     <td height="5" bgcolor="#99CC99"> 
  343.       <table height=5 cellspacing=0 cellpadding=0 width=165 border=0>
  344.         <tbody>
  345.           <tr> 
  346.             <td></td>
  347.           </tr>
  348.         </tbody>
  349.     </table>    </td>
  350.   </tr>
  351. </table>
  352.  
  353. ½╚ <TABLE width=770 height=60 border=0 align=center cellPadding=0 cellSpacing=0 class="a6"> 
  354. <TBODY><TR>
  355.       <TD 
  356.     height=10 align=center class="a1" > 
  357.         <!--#include file="js/index.asp"-->
  358.       </TD>
  359.     </TR>
  360.     <TR> 
  361.       <TD 
  362.     height=10 align=middle><div align="center">╜¿╥Θ╩╣╙├ú║1024*768╖╓▒µ┬╩íó16Bit╤╒╔½íóNetscape6.0╗≥IE4.0╥╘╔╧░µ▒╛Σ»└└╞≈║═╓╨╬─┤≤╫╓╖√╝»</div></TD>
  363.     </TR>
  364.     
  365.     <TR> 
  366.       <TD 
  367.     height=20 align=middle><div align="center">╫═▓⌐╨╦┼⌐═°░µ╚¿╦∙╙╨íí╬┤╛¡╨φ┐╔╤╧╜√╕┤╓╞</div></TD>
  368.     </TR>
  369.   </TBODY>
  370. </TABLE>
  371. <p> 
  372. <TD background=img/loginbox_bk.gif> </p> 
  373. </body>
  374. </html>
  375.