📄 admin_jiemian2.asp
字号:
<% server.scripttimeout = 90 %>
<% Response.Buffer = True %>
<!-- #include file = "setup.asp" -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>留言簿用户管理 - <% =pagetitletop%></title>
<style type="text/css">
<!--
a { text-decoration: none }
a:link { text-decoration: none; color: blue }
a:visited { text-decoration: none; color: blue }
a:active { text-decoration: underline; color: #FF0000 }
a:hover { color: #FF0000; text-decoration: underline }
body { font-family: 宋体; font-size: 9pt }
td { font-family: 宋体; font-size: 9pt }
--></style>
</head>
<body>
<!-- #include file = "public_head.asp" -->
<p align="center"><font color="#0000FF" size="3">留言簿“发表留言”界面修改</font></p>
<p> </p>
<%
Set gbook =Server.CreateObject("wzxBook.GuestBook")
gbook.dsntemp = dsntemp
gbook.jiemian2
Set gbook = Nothing
%>
<p> </p>
<!-- #include file = "public_down.asp" -->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -