问题:每次打开留言簿时,总是显示查看模式:讨论区方式。我在后台也没有找到修改的地方,怎样才能调整成默认为查看模式:留言板方式。如何将留言簿的查看模式由讨论区方式改为留言板方式?
解决:打开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
Call PE_GuestBook.ShowIndex
Set PE_GuestBook = Nothing
%>
上一篇:CSS入门必读
共有 0 位网友发表了评论,平均得分: 0 查看完整内容