📄 guestbook.asp
字号:
<!--#include file="Inc/func_guest.asp"-->
<%
'请勿改动下面这三行代码
const ChannelID=5
Const ShowRunTime="Yes"
SkinID=0
%>
<html>
<head>
<title><%=strPageTitle & " >> " & PageTitle%></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<!--#include file="inc/Skin_CSS.asp"-->
<%call MenuJS()%>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>
</head>
<body onLoad="MM_preloadImages('pic/ad_guest1.gif','pic/guest_index1.gif','pic/guest_my1.gif')" <%=Body_Label%> onmousemove='HideMenu()'>
<!--#include file="top.asp"-->
<table width="778" border="0" align="center" cellpadding="0" cellspacing="0" class="border2">
<tr>
<td width="194" align="left" valign="top" class="tdbg_leftall">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="title_left">
<tr>
<td align="center" class='title_bg_center'>留 言 功 能</td>
</tr>
</table>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="5">
<tr>
<td align="center"><a href="GuestBook.asp?action=write" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('guest','','pic/guest_ad1.gif',1)"><img src="pic/guest_ad.gif" onMouseOut=toolTip() onMouseOver="toolTip('欢迎留言大学之门')" name="guest" border="0"></a><br>
<%if GuestType=1 then%>
<a href="<%=strFileName%>?action=user" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('guest3','','pic/guest_my1.gif',1)"><img src="pic/guest_my.gif" onMouseOut=toolTip() onMouseOver="toolTip('查看我的留言')" name="guest3" border="0"></a><br>
<%end if %>
<a href="guestbook.asp" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('guest2','','pic/guest_index1.gif',1)"><img src="pic/guest_index.gif" onMouseOut=toolTip() onMouseOver="toolTip('返回大学之门留言首页')" name="guest2" border="0"></a>
<% call GuestBook_Left() %></td></tr>
</table>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border="0">
<TR>
<TD><table width="100%" border="0" cellspacing="0" cellpadding="0" class="title_left">
<tr>
<td align="center" class='title_bg_center'>留 言 搜 索</td>
</tr>
</table></TD>
</TR>
<TR>
<TD height="40" valign="top" class="tdbg_left"> <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="5">
<tr>
<td valign="top"><% call GuestBook_Search() %></td>
</tr>
</table></TD>
</TR>
<TR>
<td class="title_left2"></td>
</TR>
<tr>
<td> </td>
</tr>
<tr>
<td valign="top" class="tdbg_left"> </td>
</tr>
<tr>
<td class="title_left2"></td>
</tr>
</table></td>
<td width="584" valign="top">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
</table>
<%
call showtip()
call Guestbook()
%>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr class='title'>
<td>
<%
call ShowGuestPage()
%>
</td>
</tr>
</table> </td>
</tr>
</table>
<% call Bottom() %>
<% call PopAnnouceWindow(400,300) %>
<% call ShowAD(0) %>
<% call ShowAD(4) %>
<% call ShowAD(5) %>
</body>
</html>
<script>
mtDropDown.initialize();
</script>
<%
call CloseConn()
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -