📄 gsry.asp
字号:
<!--#include file="../inc/conn.asp"-->
<!--#include file="../inc/getPartStrAndBytesLen.asp"-->
<!--#include file="fyasp_mange_check.asp"-->
<%
'┌─ 风云ASP在线 ────────────────────────┐
'│ │
'│ 作者:赵振波. http://www.fyasp.com │
'│ │
'│ Q Q:185623333 │
'│ │
'│ Email:fy96@163.com │
'│ │
'│ 程序定做,系统开发,网站制作,提供高质量的网络产品、技术和服务!│
'│ │
'│ │
'└─────────────────── http://www.fyasp.com ──┘
%>
<html>
<head>
<title>后台管理系统</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="../ht.css" type="text/css">
</head>
<body bgcolor="#d6dff7" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!--#include file="../inc/top.asp" -->
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="395" align="center" valign="top"> <br> <table width="621" border="0" cellspacing="0" cellpadding="0" height="98">
<tr>
<td align="center" valign="top"><table width="95%" border="0" cellspacing="1" cellpadding="3" align=center>
<tr bgcolor="#F3F3F3">
<td height="30" align=left bgcolor="#AABFEC">
<font color="#FFFFFF"><b><font color="#000000">○ <a href="gywm.asp">关于我们</a>
<a href="gsry.asp">公司荣誉</a> <a href="zzjg.asp">组织结构</a>
<a href="qywh.asp">企业文化</a>
<a href="fuwu.asp">服务范围</a>
<a href="lxfs.asp">联系方式</a></font></b></font></td>
</tr>
<tr>
<td width="100%" bgcolor="#F3F3F3"><%
filename="../house/gsry1.asp"
if request("body")<>"" then
Set fso = Server.CreateObject("Scripting.FileSystemObject")
Set fout = fso.CreateTextFile(server.mappath(""&filename&""))
fout.Write request("body")
fout.close
set fout=nothing
set fso=nothing
mskrindex="ok"
end if
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK href="style.css" rel=stylesheet>
<SCRIPT LANGUAGE="JavaScript">
helpstat = false;
stprompt = true;
basic = false;
function thelp(swtch){
if (swtch == 1){
basic = false;
stprompt = false;
helpstat = true;
} else if (swtch == 0) {
helpstat = false;
stprompt = false;
basic = true;
} else if (swtch == 2) {
helpstat = false;
basic = false;
stprompt = true;
}
}
function AddText(NewCode) {
document.frmAnnounce.body.value+=NewCode
}
function openscriphtml()
{
if (navigator.appName!="Microsoft Internet Explorer")
alert("此功能 Netscape 用户不能使用!")
else
{newwin=window.open('html_editor.htm','','width=544,height=294');
newwin.focus();
}
}
function runEx(){
//alert('请注意,按下确定将生成页面,按下后请稍后....');
var winEx = window.open("", "winEx", "width=300,height=200,status=yes,menubar=yes,scrollbars=yes,resizable=yes"); winEx.document.open("text/html", "replace");
winEx.document.write(unescape(event.srcElement.parentElement.children[2].value));
winEx.document.close();
}
</SCRIPT>
<script language="Javascript">
<!-- hide
function insertsmilie(smilieface){
document.frmAnnounce.body.value+=smilieface;
}
// -->
</script>
<title></title>
</head>
<body topmargin="4" leftmargin="0">
<%if mskrindex="ok" then%>
<table border="0" cellspacing="0" style="border-collapse: collapse" width="81%" cellpadding="0">
<tr>
<td width="94%" height="22"><font color="#FF0000">·</font>操作成功</td>
</tr>
</table>
<%else%><tr>
<td width="100%" bgcolor="#F7F7F7"><form name="form1" method="post" action="">
<div >
<textarea name="body" cols="76" rows="16" readonly><!--#include file="../house/gsry1.asp"--></textarea>
</div>
<p align="center">
<font color="#FF0000">注:您正在使用的是免费版,收费版可使用多功能图文编辑器,上传图片,设置文字颜色大小,表格等.</font></p>
<p align="center">
<input name="change" class=buttonface value="提交" type='submit'></form>
<%end if%>
</td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
<!--#include file="end.asp" -->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -