📄 index_soft_all.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="Connections/connDB.asp" -->
<!--#include file="Advert.asp"-->
<%
Dim RsSiteConfig
Dim RsSiteConfig_numRows
Set RsSiteConfig = Server.CreateObject("ADODB.Recordset")
RsSiteConfig.ActiveConnection = MM_connDB_STRING
RsSiteConfig.Source = "SELECT * FROM tSiteConfig"
RsSiteConfig.CursorType = 0
RsSiteConfig.CursorLocation = 2
RsSiteConfig.LockType = 1
RsSiteConfig.Open()
RsSiteConfig_numRows = 0
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML>
<HEAD>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="style_index.css" rel="stylesheet" type="text/css">
<title><%=(RsSiteConfig.Fields.Item("fSiteTitle").Value)%></title>
</HEAD>
<BODY bgColor=#ffffff leftMargin=0 topMargin=2>
<!--#include file="index_top.asp"-->
<TABLE cellSpacing=0 cellPadding=0 width=765 align=center border=0>
<TR>
<TD width=765 colSpan=3></TD>
<TR>
<TD vAlign=top width=195 background=images/index_4.gif>
<!--#include file="index_NewNotice.asp"-->
<!--#include file="index_NewSoftDown.asp" -->
<!--#include file="index_SoftDown_Hot.asp" -->
</TD>
<TD width=8 background=images/index_5.gif height=35> </TD>
<TD vAlign=top align=middle bgColor=#f9f9f9><!--#include file="index_Soft_index.asp" -->
</TD>
</TR>
<TR>
<TD background=images/dx2.gif colSpan=3 height=2>
<table width="100%" border="0" align="center">
<tr>
<td><div align="center">
<table style="border:1px solid #CCCCCC;width:100%;background-color:#FFFFFF" border="0" cellspacing="1" cellpadding="0" >
<tr>
<td>
<table width="100%" border="0" background="http://cn.yimg.com/search/yisou/bgimg1a.gif" bgcolor="#EEEEEE" >
<form method="get" action="http://search.union.3721.com/click/search.htm?" target="_blank">
<tbody>
<tr>
<td align="center">
<a href="http://www.yisou.com/search" target=_blank><img src="http://cn.yimg.com/search/yisou/yisou-logo-ss.gif" hspace="6" border="0" align="absmiddle"></a>
</td>
<td style="font-size:12px">
<input id=text name=name size="30" onMouseOver="this.focus()"
onBlur="if (value ==''){value='请输入关键字'}" onFocus="this.select()"
onClick="if(this.value=='请输入关键字')this.value=''" style="FONT-SIZE: 12px">
<input style="FONT-SIZE: 12px" name=submit type=submit value="搜索"><input name=m type=hidden value="211827"><input name=b type=hidden value=""><input name=p type=hidden value="1006"><input name=a type=hidden value=""><input name=st type=hidden value="0"><input name=fw type=hidden value="union">
<input name="st" type="radio" value="0" checked>网页
<input name="st" type="radio" value="1">mp3
<input name="st" type="radio" value="2">图片
<input name="st" type="radio" value="3">部落
<input name="st" type="radio" value="4">新闻
</td>
</tr>
</form>
</table>
<table width="100%" border="0" cellspacing="4" style="font-size:12px;line-height:160%">
<tr>
<td align="center">
<a target=_blank href="http://search.union.3721.com/click/search.htm?fw=union&m=211827&p=1006&name=免费电影">免费电影</a>
<a target=_blank href="http://search.union.3721.com/click/search.htm?fw=union&m=211827&p=1006&name=qq免费挂机">qq免费挂机</a>
<a target=_blank href="http://search.union.3721.com/click/search.htm?fw=union&m=211827&p=1006&name=音乐mp3">音乐mp3</a>
<a target=_blank href="http://search.union.3721.com/click/search.htm?fw=union&m=211827&p=1006&name=网络小说">网络小说</a>
<a target=_blank href="http://search.union.3721.com/click/search.htm?fw=union&m=211827&p=1006&name=招聘">招聘</a>
<a target=_blank href="http://search.union.3721.com/click/search.htm?fw=union&m=211827&p=1006&name=聊天室">聊天室</a>
<a target=_blank href="http://search.union.3721.com/click/search.htm?fw=union&m=211827&p=1006&name=高考录取查询">高考录取查询</a>
<a target=_blank href="http://search.union.3721.com/click/search.htm?fw=union&m=211827&p=1006&name=游戏">游戏</a>
<a target=_blank href="http://search.union.3721.com/click/search.htm?fw=union&m=211827&p=1006&name=视频聊天">视频聊天</a>
<a target=_blank href="http://search.union.3721.com/click/search.htm?fw=union&m=211827&p=1006&name=天气预报">天气预报</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div></td>
</tr>
</table>
</TD>
</TR>
</TABLE>
<%Call Advert ("首页底部横条")%>
<!-- #include file="FrendSite_bottom.asp"-->
<!-- #include file="index_bottom.asp"-->
<%
RsSiteConfig.Close()
Set RsSiteConfig = Nothing
%>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -