index.html

来自「ccna」· HTML 代码 · 共 65 行

HTML
65
字号
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Cisco Networking Academy - Curriculum Tour</title>
<script language="JavaScript">
<!--

if (document.images) {
  tourhighon = new Image();
  tourhighon.src = "tourhighov.gif";

  tourlowon = new Image();
  tourlowon.src = "tourlowov.gif";


  tourhighoff = new Image();
  tourhighoff.src = "tourhighdn.gif";

  tourlowoff = new Image();
  tourlowoff.src = "tourlowdn.gif";

  }

function changeImages() {
  if (document.images) {
    for (var i=0; i<changeImages.arguments.length; i+=2) {
      document[changeImages.arguments[i]].src = eval(changeImages.arguments[i+1] + ".src");
    }
  }
}

// -->
</script></head>

<body bgcolor="#008AAE" topmargin="0" leftmargin="0">

<table border="0" width="100%" height="100%" cellspacing="0" cellpadding="0">
  <tr>
    <td>
      <div align="center">
        <center>
        <table border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td>
            <table border="0" cellpadding="0" cellspacing="0" width="750" height="446" bgcolor="#FFFFFF">
              <tr>
                <td valign="top"><img border="0" src="../toc/leftbar.gif" width="246" height="446"></td>
                <td valign="top"><img border="0" src="tourtop.gif" width="504" height="179"><br>
                  <a href="javascript:void window.open('tourlow.html','Semester1','directories=0,width='+(screen.width-10)+',height='+(screen.height-77)+',status=yes,resizable=yes,location=no,left=0,top=0,menubar=no,scrollbars=yes');" onMouseOver="changeImages('tourlow', 'tourlowon')" onMouseOut="changeImages('tourlow', 'tourlowoff')">
                  <img border="0" name="tourlow" src="tourlowdn.gif" width="504" height="90"></a><br>
                   <a href="javascript:void window.open('tourhigh.html','Semester1','directories=0,width='+(screen.width-10)+',height='+(screen.height-77)+',status=yes,resizable=yes,location=no,left=0,top=0,menubar=no,scrollbars=yes');" onMouseOver="changeImages('tourhigh', 'tourhighon')" onMouseOut="changeImages('tourhigh', 'tourhighoff')">
                  <img border="0" name="tourhigh" src="tourhighdn.gif" width="504" height="90"></a><br>
                  <img border="0" src="tourbottom.gif" width="504" height="87"></td>
              </tr>
            </table>
            </td>
          </tr>
        </center>
          <tr>
            <td>
              <table border="0" width="100%" height="100%" cellspacing="0" cellpadding="4">
                <tr>
                  <td>
                    <p align="right"><b><i><font face="Arial" size="1" color="#FFFFFF">All contents copyright 

⌨️ 快捷键说明

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