⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 airplane.htm

📁 该资料包含大量网络开发的案例和源代码
💻 HTM
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function MM_timelinePlay(tmLnName, myID) { //v1.2
  //Copyright 1997, 2000 Macromedia, Inc. All rights reserved.
  var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,propNum,theObj,firstTime=false;
  if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
  tmLn = document.MM_Time[tmLnName];
  if (myID == null) { myID = ++tmLn.ID; firstTime=true;}//if new call, incr ID
  if (myID == tmLn.ID) { //if Im newest
    setTimeout('MM_timelinePlay("'+tmLnName+'",'+myID+')',tmLn.delay);
    fNew = ++tmLn.curFrame;
    for (i=0; i<tmLn.length; i++) {
      sprite = tmLn[i];
      if (sprite.charAt(0) == 's') {
        if (sprite.obj) {
          numKeyFr = sprite.keyFrames.length; firstKeyFr = sprite.keyFrames[0];
          if (fNew >= firstKeyFr && fNew <= sprite.keyFrames[numKeyFr-1]) {//in range
            keyFrm=1;
            for (j=0; j<sprite.values.length; j++) {
              props = sprite.values[j]; 
              if (numKeyFr != props.length) {
                if (props.prop2 == null) sprite.obj[props.prop] = props[fNew-firstKeyFr];
                else        sprite.obj[props.prop2][props.prop] = props[fNew-firstKeyFr];
              } else {
                while (keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]) keyFrm++;
                if (firstTime || fNew==sprite.keyFrames[keyFrm-1]) {
                  if (props.prop2 == null) sprite.obj[props.prop] = props[keyFrm-1];
                  else        sprite.obj[props.prop2][props.prop] = props[keyFrm-1];
        } } } } }
      } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
      if (fNew > tmLn.lastFrame) tmLn.ID = 0;
  } }
}

function MM_timelineGoto(tmLnName, fNew, numGotos) { //v2.0
  //Copyright 1997, 2000 Macromedia, Inc. All rights reserved.
  var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,lastKeyFr,propNum,theObj;
  if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
  tmLn = document.MM_Time[tmLnName];
  if (numGotos != null)
    if (tmLn.gotoCount == null) tmLn.gotoCount = 1;
    else if (tmLn.gotoCount++ >= numGotos) {tmLn.gotoCount=0; return}
  jmpFwd = (fNew > tmLn.curFrame);
  for (i = 0; i < tmLn.length; i++) {
    sprite = (jmpFwd)? tmLn[i] : tmLn[(tmLn.length-1)-i]; //count bkwds if jumping back
    if (sprite.charAt(0) == "s") {
      numKeyFr = sprite.keyFrames.length;
      firstKeyFr = sprite.keyFrames[0];
      lastKeyFr = sprite.keyFrames[numKeyFr - 1];
      if ((jmpFwd && fNew<firstKeyFr) || (!jmpFwd && lastKeyFr<fNew)) continue; //skip if untouchd
      for (keyFrm=1; keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]; keyFrm++);
      for (j=0; j<sprite.values.length; j++) {
        props = sprite.values[j];
        if (numKeyFr == props.length) propNum = keyFrm-1 //keyframes only
        else propNum = Math.min(Math.max(0,fNew-firstKeyFr),props.length-1); //or keep in legal range
        if (sprite.obj != null) {
          if (props.prop2 == null) sprite.obj[props.prop] = props[propNum];
          else        sprite.obj[props.prop2][props.prop] = props[propNum];
      } }
    } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
  }
  tmLn.curFrame = fNew;
  if (tmLn.ID == 0) eval('MM_timelinePlay(tmLnName)');
}

function MM_initTimelines() { //v4.0
    //MM_initTimelines() Copyright 1997 Macromedia, Inc. All rights reserved.
    var ns = navigator.appName == "Netscape";
    var ns4 = (ns && parseInt(navigator.appVersion) == 4);
    var ns5 = (ns && parseInt(navigator.appVersion) > 4);
    document.MM_Time = new Array(1);
    document.MM_Time[0] = new Array(2);
    document.MM_Time["Timeline1"] = document.MM_Time[0];
    document.MM_Time[0].MM_Name = "Timeline1";
    document.MM_Time[0].fps = 15;
    document.MM_Time[0][0] = new String("sprite");
    document.MM_Time[0][0].slot = 1;
    if (ns4)
        document.MM_Time[0][0].obj = document["Layer1"];
    else if (ns5)
        document.MM_Time[0][0].obj = document.getElementById("Layer1");
    else
        document.MM_Time[0][0].obj = document.all ? document.all["Layer1"] : null;
    document.MM_Time[0][0].keyFrames = new Array(1, 30);
    document.MM_Time[0][0].values = new Array(4);
    if (ns5)
        document.MM_Time[0][0].values[0] = new Array("592px", "576px", "560px", "544px", "528px", "511px", "495px", "479px", "463px", "447px", "431px", "415px", "399px", "383px", "367px", "350px", "334px", "318px", "302px", "286px", "270px", "254px", "238px", "222px", "206px", "189px", "173px", "157px", "141px", "125px");
    else
        document.MM_Time[0][0].values[0] = new Array(592,576,560,544,528,511,495,479,463,447,431,415,399,383,367,350,334,318,302,286,270,254,238,222,206,189,173,157,141,125);
    document.MM_Time[0][0].values[0].prop = "left";
    if (ns5)
        document.MM_Time[0][0].values[1] = new Array("90px", "90px", "90px", "90px", "90px", "90px", "90px", "90px", "90px", "90px", "90px", "90px", "90px", "90px", "90px", "90px", "90px", "90px", "90px", "90px", "90px", "90px", "90px", "90px", "90px", "90px", "90px", "90px", "90px", "90px");
    else
        document.MM_Time[0][0].values[1] = new Array(90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90);
    document.MM_Time[0][0].values[1].prop = "top";
    if (!ns4) {
        document.MM_Time[0][0].values[0].prop2 = "style";
        document.MM_Time[0][0].values[1].prop2 = "style";
    }
    if (ns5)
        document.MM_Time[0][0].values[2] = new Array("139px", "138px", "138px", "138px", "138px", "138px", "138px", "138px", "137px", "137px", "137px", "137px", "137px", "137px", "137px", "136px", "136px", "136px", "136px", "136px", "136px", "136px", "135px", "135px", "135px", "135px", "135px", "135px", "135px", "135px");
    else
        document.MM_Time[0][0].values[2] = new Array(139,138,138,138,138,138,138,138,137,137,137,137,137,137,137,136,136,136,136,136,136,136,135,135,135,135,135,135,135,135);
    document.MM_Time[0][0].values[2].prop = "width";
    if (!ns4)
        document.MM_Time[0][0].values[2].prop2 = "style";
    if (ns5)
        document.MM_Time[0][0].values[3] = new Array("36px", "35px", "34px", "34px", "33px", "32px", "32px", "31px", "31px", "30px", "29px", "29px", "28px", "27px", "27px", "26px", "26px", "25px", "24px", "24px", "23px", "22px", "22px", "21px", "21px", "20px", "19px", "19px", "18px", "18px");
    else
        document.MM_Time[0][0].values[3] = new Array(36,35,34,34,33,32,32,31,31,30,29,29,28,27,27,26,26,25,24,24,23,22,22,21,21,20,19,19,18,18);
    document.MM_Time[0][0].values[3].prop = "height";
    if (!ns4)
        document.MM_Time[0][0].values[3].prop2 = "style";
    document.MM_Time[0][1] = new String("behavior");
    document.MM_Time[0][1].frame = 31;
    document.MM_Time[0][1].value = "MM_timelineGoto('Timeline1','1')";
    document.MM_Time[0].lastFrame = 31;
    for (i=0; i<document.MM_Time.length; i++) {
        document.MM_Time[i].ID = null;
        document.MM_Time[i].curFrame = 0;
        document.MM_Time[i].delay = 1000/document.MM_Time[i].fps;
    }
}
//-->
</script>
</head>

<body onLoad="MM_timelinePlay('Timeline1')">
<table width="560" border="0" align="center">
  <tr>
    <td width="550"><div align="center"><img src="caicie-1_r4_c11.jpg" width="468" height="60"></div></td>
  </tr>
</table>
<table width="553" border="0" align="center">
  <tr> 
    <td colspan="4"> <div id="Layer1" style="position:absolute; width:139px; height:36px; z-index:1; left: 592px; top: 90px;"><font size="2">欢迎光临飞行航班信息</font></div>
      <p>&nbsp;</p></td>
  </tr>
  <tr bgcolor="#CC9999"> 
    <td width="30%"><div align="center"><strong><font size="2"><a href="QueryLine.asp" target="_blank">航班查询</a></font></strong></div></td>
    <td width="30%"><div align="center"><strong><font color="#000000" size="2"><a href="#">数据输入</a></font></strong></div></td>
    <td width="30%"><div align="center"><strong><font size="2"><a href="#1">友情连接</a></font></strong></div></td>
  </tr>
</table>
<table width="530" border="0" align="center" bgcolor="#FF9966">
  <tr> 
      
    <td width="237" height="1" bgcolor="#ceff63"><img src="ctitle.gif" width="230" height="34"></td>
      <td width="80" rowspan="2" bgcolor="#ceff63"><div align="center"><img src="02.jpg" width="75" height="158"></div></td>
      
    <td width="251" bgcolor="#ceff63"><img src="newscenter.gif" width="230" height="34"></td>
    </tr>
    <tr> 
      
    <td height="122"> 
      <form action="<%=MM_LoginAction%>" method="POST" name="form2" target="_blank" onSubmit="MM_validateForm('tAdmin','','R','tPassword','','R');return document.MM_returnValue">
          
        <table width="218" border="1" align="center" cellpadding="0" cellspacing="0">
          <tr> 
            <td width="77" height="28">客户名:</td>
            <td width="135"> 
              <div align="left"> 
                <input name="tAdmin" type="text" id="tAdmin4" value="" size="15" maxlength="15" onsubmit="MM_validateForm('tAdmin','','R');return document.MM_returnValue">
              </div></td>
          </tr>
          <tr> 
            <td width="77" height="28">密码:</td>
            <td width="135" height="28"><div align="left"> 
                <input name="tPassword" type="password" id="tPassword4" value="" size="15" maxlength="15" onsubmit="MM_validateForm('tPassword','','R');return document.MM_returnValue">
              </div></td>
          </tr>
          <tr > 
            <td colspan="2">    
              <input type="submit" name="Submit" value="提交">
              <input type="reset" name="Submit2" value="重置"> </td>
          </tr>
        </table>
        </form></td>
      
    <td>
<marquee direction=up height=100 scrollamount=1 scrolldelay=20 width="95%" >
        滚动效果代码:&lt;marquee direction=up&gt; 文字内容&lt;/marquee&gt; 
      </marquee></td>
    </tr>
  </table>
<table width="548" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr> 
    <td width="560" height="30"><div align="center"><font color="#333333" size="2">版权所有|关于我们</font></div></td>
  </tr>
  <tr> 
    <td height="20"><hr align="center" width="70%" noshade></td>
  </tr>
  <tr> 
    <td height="30"><div align="center"><font color="#333333" size="2">02级信息|陆慰民|023127</font></div></td>
  </tr>
</table>
<div align="center"></div>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -