?? big5.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 + -