📄 fav.asp
字号:
<%if session("admin")<>"" and session("password")<>"" and session("flag")<>"" then
response.redirect"savefav.asp?id="&request("id")&""%>
<%end if%>
<html>
<head>
<title>收藏夹登录</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="images/new.css">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<form name="form1" method="post" action="savefav.asp?id=<%=request("id")%>">
<table ellspacing=0 width="500" align=center bgcolor="#333333" cellpadding=0 cellspacing="0">
<tr>
<td bgcolor="<%=Tablebackcolor%>">
<table ellspacing=1 cellpadding=4 width="100%" border=0 cellspacing="1" align="center">
<tr bgcolor="#FFFFFF">
<td height="6" colspan="2" align="center"><b>确认身份</b></td>
</tr>
<tr bgcolor="<%=Tablebodycolor%>">
<td height="37" width="30%" align="center" bgcolor="#FFFFFF">用户名:</td>
<td height="37" bgcolor="#FFFFFF">
<input type="text" name="username" size="20" class="myin1">
</td>
</tr>
<tr bgcolor="<%=Tablebodycolor%>">
<td width="30%" align="center" bgcolor="#FFFFFF">密 码:</td>
<td bgcolor="#FFFFFF">
<input type="password" name="password" size="20" class="myin1">
</td>
</tr>
<tr align="center" bgcolor="#FFFFFF">
<td colspan="2">
<input type="submit" name="Submit" value="登陆" class="myin1">
<input type="reset" name="Submit2" value="重置" class="myin1">
</td>
</tr>
</table>
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -