kstypeeditsave.asp
来自「考试系统asp环境下开发,access数据库」· ASP 代码 · 共 9 行
ASP
9 行
<!-- #include file="cookies.asp" -->
<!-- #include file="conn.asp" -->
<%
sql="update kstype set kstype='"&request.form("kstype")&"',kstime='"&request.form("kstime")&"',kk='"&request.form("kk")&"'"
conn.execute(sql)
conn.close
set conn=nothing
response.redirect "ok.asp?type=kstypeedit"
%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?