📄 show.asp
字号:
<% server.scripttimeout = 90 %>
<% response.buffer = true %>
<!-- #include file = "setup.asp" -->
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><% =pagetitle%></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>
<script language = "javascript">
<!--
function del_check()
{
if (confirm("确定删除留言吗?"))
return true;
else
return false;
}
-->
</script>
</head>
<%
Set gbook =Server.CreateObject("wzxBook.GuestBook")
gbook.dsntemp = dsntemp
gbook.delthisword = delthisword
gbook.showbook
Set gbook = Nothing
%>
<!-- #include file = "down.asp" -->
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -