class_name_add.asp

来自「好用的管理,代码程序 好用的管理,代码程序」· ASP 代码 · 共 22 行

ASP
22
字号
<!--#include file="Connections/EmpMain.asp" -->
<!--#include file="EmpMain_CheckRight.asp"-->
<%
	 if fncheckupart(1)=true or fncheckupart(2)=true   then
	 else
	response.Write("没有权限访问该页!")
	response.end
end if%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title></title>
</head>

<body>
<form name="form1" method="post" action="class_name_addsuccess.asp">
  <input type="text" name="class_name">
  <input type="submit" name="Submit" value="提交">
</form>
</body>
</html>

⌨️ 快捷键说明

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