find.asp
来自「基于asp的 班级同学录主页源代码」· ASP 代码 · 共 17 行
ASP
17 行
<!--#include file="findwhere.asp" -->
<%if session("user")="" then
response.redirect "../err.asp"
end if%>
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<%=findwhere(request.form("ipaddr"),0)%>
<form name="form1" method="post" action="find.asp">
<input type="text" name="ipaddr">
<input type="submit" name="Submit" value="搜索">
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?