11.htm

来自「JScript网页特效,包含很多的实现网页特效的方法.」· HTM 代码 · 共 34 行

HTM
34
字号
<html>
<head>
<title>第十一章 Cookie脚本</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
table {  font-family: "宋体"; font-size: 13px}
A:link {text-decoration: none; color: 000000}
A:visited {text-decoration: none; color: 000000}
A:active {text-decoration: color: ff0000}
A:hover {text-decoration: none; color: ff0000; font-weight: bold}
-->
</style>
</head>

<body bgcolor="#FFFFFF">
<table width="260" border="0" align="center">
  <tr align="center"> 
    <td width="20">&nbsp;</td>
    <td><b>第十一章 Cookie脚本</b><br>
      <br>
      <table width="240" border="0">
        <tr> 
          <td><a href="11/11-1.htm" target="_blank">§11.1 简单存取Cookie信息的例子</a><br>
            <a href="11/11-2.htm" target="_blank">§11.2 存取用户名的Cookie脚本</a><br>
            <a href="11/11-3.htm" target="_blank">§11.3 统计用户来访次数 </a></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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