@admin_select2.asp
来自「信达技校学生管理系统,程序编写比较有价值。」· ASP 代码 · 共 16 行
ASP
16 行
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="conn.asp"-->
<%
name=request("hefrom")
if name<>"" then
rs.open "infor where hefrom like '%"&name&"%' ",conn,1,1
%>
<%
=rs("hefrom")
%>
<% else
Response.Write "<script>alert(""请你填写要查询的学生名字!!"");location.href=""admin_selectsubmit.asp"";</script>"
end if %>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?