index.asp

来自「简单网站的编写」· ASP 代码 · 共 52 行

ASP
52
字号
<!--#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 + =
减小字号Ctrl + -
显示快捷键?