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

📄 sotop.asp

📁 Art2008 CMS是一款具有强大的功能的基于ASP语言的网站管理软件
💻 ASP
字号:
<!--#include file = admin_conn.asp -->
<!--#include file=../include/config.asp -->
<HEAD>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK media=all href="image/style.css" type=text/css rel=stylesheet>
<base target="rwe">
</HEAD>
<%
word=trim(Request("word"))
lx=trim(request("lx"))
if lx="" then lx="1"
%>

<BODY>

<DIV id=header>
<DIV id=header_left></DIV>
<DIV id=header_middle >
<SCRIPT language=javascript>
function checkfrm(){
if(document.FrontPage_Form1.word.value==""){
alert("请在 关键字 域中输入值。!");
document.FrontPage_Form1.word.focus();
return false;
}
if (document.FrontPage_Form1.word.value.length < 1)
  {
    alert("在 关键字 域中,请至少输入 1 个字符。");
    document.FrontPage_Form1.word.focus();
    return (false);
  }


}
</SCRIPT>
<form method="get" action="index.asp" target=_top name="FrontPage_Form1" onSubmit="return checkfrm();" >

           <img src="image/logo.gif" width="145" height="40" align="absbottom">   
           <input type="text" name="word" size="50" style="color: #000000; font-size: 10PT; font-family: Verdana" value="<%=word%>" align="absbottom"> 
           <input type=image src=image/so1.jpg value='搜索' onClick="this.form.action='index.asp';this.form.submit()" align="absbottom"> 
			<a target="_top" href="indexDh.asp"><img border="0" src="image/so2.jpg" width="54" height="21" align="absbottom"></a>				
            <a onClick="this.style.behavior='url(#default#homepage)';this.setHomePage('<%=siteurl%>/so')" href="#" ><img border="0" src="image/so3.jpg" width="54" height="21" align="absbottom"></a>	

                        
<Div id=header_middle2>
						<input type="radio" value="1" <% if lx="1" then Response.Write " checked "%> name="lx" id=1><label for=1>网页</label>
						<input type="radio" value="2" <% if lx="2" then Response.Write " checked "%> name="lx" id=2><label for=2>图片</label>
						<input type="radio" value="3" <% if lx="3" then Response.Write " checked "%> name="lx" id=3><label for=3>新闻</label>
						<input type="radio" value="4" <% if lx="4" then Response.Write " checked "%> name="lx" id=4><label for=4>音乐</label>
						<input type="radio" value="14" <% if lx="14" then Response.Write " checked "%> name="lx" id=14><label for=14>吧</label>
						<input type="radio" value="9" <% if lx="9" then Response.Write " checked "%> name="lx" id=9><label for=9>视频播客</label>
						<input type="radio" value="5" <% if lx="5" then Response.Write " checked "%> name="lx" id=5><label for=5>字典</label>
						<input type="radio" value="6" <% if lx="6" then Response.Write " checked "%> name="lx" id=6><label for=6>IP查询</label>
						<input type="radio" value="7" <% if lx="7" then Response.Write " checked "%> name="lx" id=7><label for=7>手机归属</label>
						<input type="radio" value="8" <% if lx="8" then Response.Write " checked "%> name="lx" id=8><label for=8>地图</label>
						<input type="radio" value="11" <% if lx="11" then Response.Write " checked "%> name="lx" id=11><label for=11>软件</label>
						<input type="radio" value="10" <% if lx="10" then Response.Write " checked "%> name="lx" id=10><label for=10>BT下载</label>
						<input type="radio" value="12" <% if lx="12" then Response.Write " checked "%> name="lx" id=12><label for=12>股票</label>
						<input type="radio" value="13" <% if lx="13" then Response.Write " checked "%> name="lx" id=13><label for=13>购物</label>
					
</Div>
</form>				
</DIV>
<DIV id=header_right></DIV>
</DIV>

</BODY></HTML>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
<script type="text/javascript">
_uacct = "UA-255890-1";
urchinTracker();
</script>

⌨️ 快捷键说明

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