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

📄 indexnews.asp

📁 网佳网络办公系统(以下简称OA)是一套基于B/S模式的无纸化办公系统。[显著特点:无须安装客户端] 主要功能模块:管理 公文 车辆 通知 档案 值班 人事 审批 仓库 主界面 软件下载 个
💻 ASP
字号:
<!--#include file="bkconn.asp"-->
<HTML><HEAD><TITLE>山东五洲投资集团有限公司</TITLE>
<META content=zh-cn http-equiv=Content-Language>
<META content="text/html; charset=gb2312" http-equiv=Content-Type>
<META content="Microsoft FrontPage 5.0" name=GENERATOR>
<META content=FrontPage.Editor.Document name=ProgId>
<STYLE title=indexpage type=text/css>BODY {
	FONT-SIZE: 14px; LINE-HEIGHT: 18px
}
UL {
	FONT-SIZE: 14px; LINE-HEIGHT: 18px
}
OL {
	FONT-SIZE: 14px; LINE-HEIGHT: 18px
}
TD {
	FONT-SIZE: 9pt
}
A:link {
	COLOR: #000000; TEXT-DECORATION: none
}
A:visited {
	COLOR: #333333; TEXT-DECORATION: none
}
A:active {
	COLOR: #666666; TEXT-DECORATION: none
}
A:hover {
	COLOR: #ff6633; TEXT-DECORATION: underline
}
A {
	COLOR: #000000; FONT-SIZE: 9pt; TEXT-DECORATION: none
}
P {
	FONT-SIZE: 9pt; LINE-HEIGHT: 18px
}
.help {
	CURSOR: help
}
</STYLE>
<script language="javascript">
function popwin2(id,path)
{		window.open("listnew.asp?id="+id+"&ppath="+path,"","height=400,width=600,resizable=yes,scrollbars=yes,status=no,toolbar=no,menubar=no,location=no");
}
</script>
</head>
<%
   const MaxPerPage=18
   dim totalPut   
   dim CurrentPage
   dim TotalPages
   dim i,j

   dim typename
   dim keyword
   keyword=request("guestname")

   typename="客户域名信息管理系统"
   if not isempty(request("page")) then
      currentPage=cint(request("page"))
   else
      currentPage=1
   end if
   
%>
<BODY leftMargin=0 topMargin=0>

 
     
<!------查询start-------------------->   
   
  
     <% if session("jb")="" then 
sql="select top 10 * from book where biaoti like '%"&keyword&"%' and baomi=false and leibie='新闻' order by id desc"  
else
sql="select top 10 * from book where biaoti like '%"&keyword&"%'and leibie='新闻' order by id desc"  
end if
Set rs= Server.CreateObject("ADODB.Recordset")  
rs.open sql,conn,1,1  
  if rs.eof and rs.bof then  
       response.write "<p align='center'>没有或没有找到任何数据</p>"  
   else  
%>
        <% end if
%> 
 <!---查询-------end----------------->        
         

<table border="0" cellspacing="0" width="426" bordercolorlight="#000000" bordercolordark="#FFFFFF" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111"> 
      <tr> 
        <td height="23" width="5" bgcolor="#F7FFFF"><p align="center">
        <img border="0" src="../images/dd.gif"></td> 
          
 
        <td width="415" bgcolor="#F7FFFF"><p align="left"><a href="javascript:popwin2(<%=rs("id")%>)"><%=rs("biaoti")%></a></td> 
      </tr> 
    </table> 
        
</BODY></HTML>

⌨️ 快捷键说明

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