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

📄 artview.asp

📁 功能特点:1、在wap1.0的基础上添加了铃声栏目; 2、修改了后台程序中的一些错误; 3、优化了上传文件中的冗余; 4、
💻 ASP
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<%Response.ContentType = "text/vnd.wap.wml; charset=utf-8"%>
<!--#include file="conn.asp" -->
<!--#include file="function.asp"-->
<%
id=request.QueryString("id")
if id<>"" then
set rs=server.CreateObject("adodb.recordset")
sql="select * from art where id="&id
rs.open sql,conn,3,3
rs("hit")=rs("hit")+1
rs.update
artname=rs("title")
author=rs("author")
source=rs("source")
content=rs("content")
arthit=rs("hit")
arttime=rs("tjtime")
rs.close
set rs=nothing
end if
%>
<?xml version="1.0" encoding="utf-8"?>
<wml>
<head>
<meta http-equiv="Cache-Control" content="no-Cache"/>
<meta http-equiv="Cache-Control" content="max-age=0"/>
</head>
<card title="网志|<%=webtitle%>">
<a href="index.asp"><img src="<%=weblogo%>" width="88" height="31" border="0"/></a><br/>
【<%=artname%>】<br/>
<font color="red">作者:</font><%=author%><br/>
<font color="red">来源:</font><%=source%><br/>
<%=th(content)%><br/>
<font color="red">浏览:</font><%=arthit%><br/>
<font color="red">日期:</font><%=arttime%><br/>
<a href="art.asp">返回网文日志</a><br/>
<br/><%=copyright%>
</card>
</wml>

⌨️ 快捷键说明

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