📄 step.asp
字号:
<% @LANGUAGE="VBSCRIPT" CODEPAGE="65001" %>
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
<!--#include file="conn.asp"-->
<!--#include file="const.asp"-->
<!--#include file="char.asp"-->
<%
set rs=server.createobject("adodb.recordset")
sql="select * from Aclass where id="&request("id")
rs.open sql,conn,3,3
classurl=rs("classurl")
%>
<wml>
<head><meta http-equiv="Cache-Control" content="no-cache"/><meta http-equiv="content-type" content="text/html;charset=UTF-8"/>
</head>
<card id='main' title='<%=untow(rs("class"))%>'>
<p>
<% if classurl<>"" then
response.write ""&ubbcodex(classurl)&"<br/>"
end if %>
<img src="/hen.gif" alt="^_^"/><br/>
<%
set rs = server.createobject("adodb.recordset")
sql="select * from ANclass where classid="&request("id")&" order by nclasstop"
rs.open sql,conn,1,1
if rs.eof and rs.bof then
response.write "还没有任何栏目<br/>"
else
do while not rs.eof
if rs("nclasson")=0 then
response.write "<a href='lang.asp?classid="&rs("classid")&"&nclassid="&rs("nclassid")&"'>"&untow(rs("nclass"))&"</a><br/> "
else
response.write "<a href='eianjie.asp?nclassid="&rs("nclassid")&"'>"&untow(rs("nclass"))&"</a><br/>"
end if
%>
<%
rs.movenext
loop
end if
rs.close
%>
<img src="/hen.gif" alt="...."/>
<br/><a href='/bbs/index.asp'>社区首页</a>
<br/><a href='/index.asp'>网站首页</a>
<br/><!--#include file="ad.asp"-->
</p>
</card>
</wml>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -