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

📄 ycms_showbook.asp

📁 安全性好,适用于展示和进行资源下载的个人和大型网站使用!
💻 ASP
字号:
<!--#include file="inc/conn.asp"-->
<!--#include file="inc/YCMS.asp"-->
<!--#include file="inc/Skin.asp"-->
<!--#include file="inc/ubb.asp"-->
<%
YCMS_Open()
Dim bookid:bookid=Request.QueryString("id")
title="鏌ョ湅鐣欒█"
call YCMS_where(title,"YCMS_ShowBook.asp?id="&bookid)
YCMS_Head()
Dim tmp
tmp=YCMS_skin(18)
tmp=Split(tmp,"<!--@@@-->")
YCMS_Print(tmp(0))

Select Case Request.QueryString("action") 
case "editbook"
      call editbook()
case "editreplybook"
      call editreplybook()
Case Else
Call showbook()
End Select

Sub showbook()
set rs=server.CreateObject("adodb.recordset")
    rs.open "select * from [YCMS_book] where id="&bookid,conn,1,1
if rs.eof and rs.bof then
YCMS_url("Error.asp?action=error&text="&server.urlencode("璇ユ暟鎹

⌨️ 快捷键说明

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