如何設置2005版留言本方式為默認方式呢?
現在2005留言本的默認方式是討論區方式,如何設置留言本方式為默認方式呢?
需要改下文件,請在GuestBook/index.asp文件中加上如下代碼(紅色部分):
<!--#include file="CommonCode.asp"-->
<%
dim ShowGStyle
ShowGStyle = Request.Cookies("ShowGStyle")
If ShowGStyle="" or Not IsNumeric(ShowGStyle) Then
Response.Cookies("ShowGStyle")=2
End If
PE_GuestBook.iMaxPerPage1=20
PE_GuestBook.iMaxPerPage2=6
Call PE_GuestBook.ShowIndex
Set PE_GuestBook = Nothing
%>
新聞熱點
疑難解答
圖片精選