?? so.asp
字號:
?<% @LANGUAGE="VBSCRIPT" CODEPAGE="65001" %>
<%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">
<wml>
<head>
<meta http-equiv='Cache-Control' content='no-Cache'/>
<meta http-equiv='Cache-Control' content='max-age=0'/>
</head>
<card title='站內文章搜索'>
<p>
<input emptyok="true" name="keyword" value="" title="請輸入關鍵詞"/><br/>
<select name="sear" value="1">
<option value="1">按標題搜索</option>
<option value="2">按內容搜索</option>
</select><br/>
<anchor>搜索文章<go href="search.asp?hk=<%=hk%>" method="post" >
<postfield name="keyword" value="$(keyword)"/>
<postfield name="sear" value="$(sear)"/>
</go></anchor><br/>
<%
Response.write "-----<br/>"
Response.write "<anchor>返回上級<prev/></anchor><br/>"
Response.write "<a href='/index.asp?hk=<%=hk%>'>返回首頁</a>"
response.write "<br/></p></card></wml>"
response.end
%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -