📄 linkus.asp
字号:
<!--#include file="conn.asp"-->
<%call time_out()%>
<%
if instr(session("proview"),"s5")=0 then
response.Write "<script language=javascript>alert('您无权操作!');window.location.href='index.asp';</script>"
response.end
end if%>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>网站基本信息设置</title>
</head>
<body>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="6699cc">
<tr>
<td height="25" colspan="3" align="center">联系我们</td>
</tr>
<tr>
<td width="1"></td>
<td bgcolor="#FFFFFF">
<%sql="select id,linkus from system where id=1"
set rs=server.createobject("adodb.recordset")
rs.open sql,conn,1,1%>
<form name="form1" method="post" action="save_sys.asp?action=edit4">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="10" align="center"> </td>
</tr>
<tr>
<td height="30" align="center"><INPUT type="hidden" name="linkus" value="<%=server.HTMLEncode(trim(rs("linkus")))%>">
<iframe ID="Editor" name="Editor" src="HtmlEditor/index.html?ID=linkus" frameBorder="0" marginHeight="0" marginWidth="0" scrolling="No" style="height:320px;width:600px"></iframe> </td>
</tr>
<tr>
<td height="30" align="center"><input type="submit" name="Submit" value="保存修改"></td>
</tr>
</table>
</form>
<%rs.close:set rs=nothing%>
</td>
<td width="1"></td>
</tr>
<tr>
<td colspan="3"> </td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -