📄 ggg.asp
字号:
<!--#include file="config.asp"-->
<!--#include file="config1.asp"-->
<%
Response.Buffer=true
xian=session("xian")
ljl_xian=mid(xian,4,1)
if ljl_xian<>1 then%>
<script language=vbscript>
MsgBox "错误:您无权使用本功能模块,如果确实需要操作本模块的权限,请与管理员联系!"
location.href = "txt.asp"
</script>
<%end if%>
<%
nickname=Session("hxf_u_nickname")
grade=Int(Session("hxf_u_grade"))
%>
<html>
<head>
<title>系统设置</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="setup.css">
</head>
<body text="#000000">
<table align="center" border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="74%" id="AutoNumber1" height="221">
<tr>
<td width="100%" height="221">
<p align="center"><font color="#FF0000"><b>OA<span lang="zh-cn">系统首页</span>公告管理
○</b> </font> <a href="ggg.asp"><font color="#FF0000">[==刷新==]</font></a></p>
<div align="center">
<center>
<form action="ggg1.asp" method="POST">
<table border="2" cellspacing="1" width="78%" id="AutoNumber2" height="105" bordercolor="#C0C0C0">
<tr>
<td width="100%" height="1" align="center"> <input type="text" size="86" name="a1" value="<%=gg%>">
<input type="submit" value="修改"></td>
</tr>
<tr>
<td width="100%" height="1"> 预览效果:</td>
</tr>
<tr>
<td width="100%" height="23" align="center" bgcolor="<%=chatbgcolor%>">
<table width="100%" style="filter:shadow(color=ffffff, direction=145); position: relative">
<marquee direction="up" scrollamount="1" style="COLOR: red"><p><%=gg%></p></marquee>
</table>
</td>
</tr>
</table>
</form>
</center>
</div>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -