help.asp
来自「CityCN V2.1 是自主开发的基于ASP+Access的新型资讯信息系统。」· ASP 代码 · 共 22 行
ASP
22 行
<%dim id
id=trim(request.QueryString("id"))
search="<center><font style='color:red;font-size: 10pt'>为保证系统安全,目前搜索仅支持汉字、字母、数字!请不要输入标点符号等字符<br>!@#$%^等字符均无法搜索!</font><br><form><input type='button' value=' 关 闭 ' onclick='window.close()'></form></center>"
'response.write "<TABLE cellSpacing=0 cellPadding=0 width=760 height=28 border=0><tr><form method='GET' action='info.asp'><td width=420 valign='bottom'> "
'response.write "搜索:<input type='text' name='ct' size='3' value='"&mycity&"'><input type='text' name='kingword' size='20' maxlength='20' value='"&kingword&"' onClick=javascript:this.value=''><input type='submit' value='提交' name='submit'> <a href='help.asp?id=search' target='_blank'>搜索帮助</a>"
'response.write "</td></form><td width=340 background='images/turnpage_bg.gif'>"
select case id
case "search"
response.write search
case "city_no"
response.write city_no
case "xinxi_error"
response.write xinxi_error
case "xinxi_no"
response.write xinxi_no
case else
end select
response.end
%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?