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

📄 big5.asp

📁 一个蜘蛛程序源
💻 ASP
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="950"%>
<!--#include file="config.asp"-->
<%
	search=""&request("search")&""
	want=""&request("want")&""
if search="" then
	response.Redirect(""&weburl&"")
	response.end
end if
%>
<html>
<head>
<link rel="stylesheet" href="style/index_<%=skin%>.css" type="text/css" media="screen">
<%
Dim BrowserString 
BrowserString = Request.ServerVariables("HTTP_USER_AGENT") 
BrowserString = Lcase(BrowserString) 

Dim broIE
broIE = "ie" 

if Instr(BrowserString, broIE) <> 0 then 
response.write "<script>var location='';</script>"
end if 
%>
<title><%=name%></title>
<SCRIPT language=JavaScript>
{
window.status="<%=name%>";
}
</script>
</head>
<body leftMargin=0 topMargin=0 rightMargin=0 bottomMargin=0 style="overflow-x:hidden;overflow-y:hidden">
<iframe name=search src="http://<%=serverline%>.zxsou.com/zxsou/big5.asp?search=<%=Server.URLEncode(search)%>&want=<%=want%>&webmaster=<%=webmaster%>&domain=<%=domain%>" frameSpacing=0 frameborder="NO" width=100% height=100% noresize></iframe>
<div class="help"><%=stat%></div>
<%if adshow_search="true" then%><script src="http://www.zxsou.com/zxsou/chinesegocheck_big5.asp?search=<%=Server.URLEncode(search)%>&want=<%=want%>&webmaster=<%=webmaster%>"></script><%end if%>
</body>
</html>

⌨️ 快捷键说明

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