⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 commentsave.asp

📁 起点9 V2.0小说整站系统 介绍: 1、 采用企业级标准应用三层架构
💻 ASP
字号:
<%
session.CodePage = 65001
Response.Buffer=true
Response.Expires=0
%>
<!--#include file="request.asp"-->

<%Response.ContentType = "text/vnd.wap.wml" %><?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/ wml_1.1.xml">
<wml>
<card id="main" title="书评">
<p>
<%
bookcomment=request("CommentType")
bid=request("bid")
if len(bookcomment)>0 and len(bookcomment)<200 then
%>
<!--#include file="commentsave_class.asp"-->
<%=list_page%>

<%else%>
字数超出限制!<a href="comment.asp?bid=<%=bid%>&amp;uid=<%=uid%>&amp;ups=<%=ups%> ">返回</a>

<%end if%>
<br/>
<a href="show.asp?bid=<%=bid%>&amp;pnum=<%=pnum%>&amp;uid=<%=uid%>&amp;ups=<%=ups%>">返回书页</a> <a href="bookcase.asp?pnum=<%=pnum%>&amp;uid=<%=uid%>&amp;ups=<%=ups%>">进入书架</a>

<br/>
<a href="index.asp?pnum=<%=pnum%>&amp;uid=<%=uid%>&amp;ups=<%=ups%>">返回首页</a>

<br/>
<!--#include file="bootom_ad.asp"-->
</p></card></wml>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -