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

📄 index.asp

📁 简单网站的编写
💻 ASP
字号:
<!--#INCLUDE FILE="config.asp" -->
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><%=r_title%></title>
</head>

<body>

<div align="center">
	<table border="0" width="760" height="501" cellspacing="0" cellpadding="0">
		<tr>
			<td height="74" width="749" colspan="3" background="img/Index_head.jpg"> </td>
		</tr>
		<tr>
			<td height="415" width="500">
			<img border="0" src="img/Index_Mid.jpg" width="550" height="411"></td>
			<td height="415" width="24"> </td>
			<td height="415" width="186"> <table width="195" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr>
    <td height="3" valign="top"></td>
  </tr>
  <tr align="center">
    <form action="CHAT.asp" method="POST">
      <td valign="top">
      呢称:<input type="text" name="username" size="13" value="<% =request.cookies("cookiesname") %>"><br>
        <br>密码:<input type="password" name="password" size="13"><br>
        <tr>
      <td valign="top" align="center"><br>
        <input type="submit" value="登陆">
        <input type="button" value="注册" onclick="top.location='regsiter.asp'">&nbsp;
        <br>
        <br></td>
      </tr>
      </td>
      </form>
  </tr>
  
  </table>
</td>
		</tr>
		<tr>
			<td height="12" width="749" colspan="3" background="img/Index_bottom.jpg">
			</td>
		</tr>
	</table>
</div>

</body>

</html>

⌨️ 快捷键说明

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