⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 infoadmin.asp

📁 足球推荐程序 功能齐全 还 不错 界面漂亮 容易修改
💻 ASP
字号:
<!--#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -