infoadmin.asp

来自「足球推荐程序 功能齐全 还 不错 界面漂亮 容易修改」· ASP 代码 · 共 44 行

ASP
44
字号
<!--#include file="com/CheckUser.asp"-->

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>信息管理</title>
<link href="css/css.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="TextEditor/edit.css">
</head>
<!--#include file="Class/tipscls.asp"-->
<%Set MyCls=new tipscls
MyCls.InfoSave Request.Form("body"),request.form("infotype")
%>
<body>
	<table align="center" width="100%">
	<form name="myform" action="" method="post">
		<tr>
			<td>
				<select name="infotype" onChange="var jmpURL=this.options[this.selectedIndex].value;window.location='Infoadmin.asp?infotype='+jmpURL;">
					<option value="1" <%if request("infotype")=1 or request("infotype")="" then response.write "selected" end if%>>网站公告静态</option>
					<option value="2" <%if request("infotype")=2 then response.write "selected" end if%>>公司简介</option>
					<option value="3" <%if request("infotype")=3 then response.write "selected" end if%>>入会细节</option>
					<option value="4" <%if request("infotype")=4 then response.write "selected" end if%>>进入会员取料专区</option>
				</select>
			</td>
		</tr>
		<%MyCls.infoshow request("infotype")%>
		<tr>
		
		<td>
		<!--#include file="editor.htm"-->
		</td>
		</tr>
		<tr bgcolor="#EFEFEF">
			
			<td style=" height:20px; background-color:#EFEFEF; text-align:center;"><input type="submit" name="infosubmit" value="提交"></td>
			
		</tr>
	</form>
	</table>
</body>
<%Set MyCls=nothing%>
</html>

⌨️ 快捷键说明

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