passok.asp
来自「《Web数据库技术》-高晗-vod点播系统程序源代码」· ASP 代码 · 共 59 行
ASP
59 行
<!--#include file="conn.asp"-->
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../images/style.css" rel="stylesheet" type="text/css">
</head>
<% if chkcookie(request.cookies("userid"))="" then %>
<table bgcolor="ffffff" border="0" width="169" cellspacing="0" cellpadding="0" id="table17" height="99">
<tr>
<td width="169" valign="top">
<table align="center" border="0" cellPadding="0" cellSpacing="0" width="100%">
<tr>
<%if request.cookies("userid")="" then%>
<td height="4"></td>
</tr>
</table>
<form method="POST" language="javascript" name="form_hydl" action="userpass.asp">
<table align="center" border="0" cellPadding="3" cellSpacing="0" width="92%">
<tr>
<td class="cn_M" width="30%">用 户</td>
<td width="70%">
<input class="form4" name="userid" size="13" style="border: 1px solid #000000; background-color:#ffffff"></td>
</tr>
<tr>
<td class="cn_M">密 码</td>
<td>
<input class="form4" name="password" size="13" type="password" style="border: 1px solid #000000; background-color:#ffffff"></td>
</tr>
</table>
<table border="0" cellPadding="0" cellSpacing="0" width="100%">
<tr>
<td width="100%">
<p align="center">
<input border="0" name="imageField" src="../images/dl.jpg" type="image">
<a target="_top" href="../user/join.asp">
<img alt border="0" src="../images/zc.jpg"></a></td>
</tr>
</table>
</form>
<table border="0" cellPadding="0" cellSpacing="0" width="100%">
<tr>
<td height="20" align="center"> </td>
</tr>
<%end if%>
<caption><br>
<p align="center"><font size="2" color="#ff0000"><%=request.cookies("userid")%>:<font size="2" color="#FF0000">欢迎你!</font><br><font size="2">
<br><br><b><a target="_top" href="useout.asp">退出登陆</a></b>
<% end if%>
</td>
</font></p>
</caption>
</table>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?