?? query.asp
字號(hào):
?<% @LANGUAGE="VBSCRIPT" CODEPAGE="65001" %>
<%
'=================================================
' Copyright 2007-05 jinqiu. All Rights Reserved.
' Last Update: 2007-05-01 HTTP://wap.czhome.net
' E-Mail: 316801451@qq.com QQ:316801451
'=================================================
%>
<%Response.ContentType = "text/vnd.wap.wml; charset=utf-8"%><?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">
<!--#include file="conn.asp"-->
<wml>
<head>
<meta http-equiv='Cache-Control' content='no-Cache'/>
<meta http-equiv='Cache-Control' content='max-age=0'/>
</head>
<%
Set rs= Server.CreateObject("ADODB.Recordset")
sql ="SELECT * From config Order By id DESC"
rs.open sql,conn,1,1
chaxu=rs("chaxu")
rs.close
set rs=nothing
%>
<card id='main' title='<%=chaxu%>'>
<p>请输入关键字:
<br/><input type='text' name='txtitle' title='关键字' size='10' maxlength='50'/>
<br/><anchor>[-搜索-]
<go href='ru_query.asp' method='post' accept-charset='utf-8'>
<postfield name='txtitle' value='$(txtitle)'/>
</go>
</anchor>
<br/>-------------
<br/><a href='index.asp'>返回首页</a>
</p>
</card>
</wml>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -