jj_type_save.asp

来自「房地产管理系统 vb写的,很不错!!!!!!!!!!!」· ASP 代码 · 共 32 行

ASP
32
字号
<!--#include file="../../inc/conn2.asp"--><%'┌─  风云ASP在线  ────────────────────────┐'│                                                                 │'│  作者:赵振波.	http://www.fyasp.com	    				    │'│                                                                 │'│   Q Q:176189168  										   	    │'│                                                                 │'│ Email:fy96@163.com                                             │'│                                                                 │'│ 程序定做,系统开发,网站制作,提供高质量的网络产品、技术和服务!│'│                                                                 │'│                                                                 │'└───────────────────  http://www.fyasp.com ──┘%>
<% 
     if instr(session("manager"),"manager")=0 then
     response.redirect "manage.asp"
     response.end
end if
%>
<%
OpenDataConn
Jj_Type=Trim(Request("Jj_Type"))
If Jj_Type = "" Then
Response.write"<script>alert('对不起!分类不能为空!');history.go(-1)</script>"
Response.end
End if
SQL = "Insert Into Jj_Type(Jj_Type)Values('"&Jj_Type&"')"
Conn.Execute(Sql)
Response.Redirect"Jj_Type.Asp"
%>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?