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

📄 new1.asp

📁 娱乐A视网企业黄页程序 1.首页 index.asp 2.管理页 login.asp 管理员admin 密码admin
💻 ASP
字号:
<!--#include file="dbpath/dbpath.asp"-->

<head>
<title>企业信息</title>
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<style type="text/css"><!-- td           { font-size: 12px; line-height: 17px }
body         { font-size: 12px; line-height: 17px }
a:link       { text-decoration: none; color: blue }
a:visited    { text-decoration: none; color: #993333 }
a:active     { text-decoration: none }
a:hover      { text-decoration: underline; color: red }
-->
</style>
<script language="JavaScript">
function click(e) {
if (document.all) {
if (event.button==2||event.button==3) {
oncontextmenu='return false';
}
}
if (document.layers) {
if (e.which == 3) {
oncontextmenu='return false';
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;
document.oncontextmenu = new Function("return false;")
</script>
</head>

<table align="center" width="100%">
<tr>
<td>
<%
set rs=server.createobject("adodb.recordset")
sql="select top 10 * from gq order by id DESC"
rs.open sql,conn,1,1
if rs.eof and rs.bof then %> 
<p align="center">还 没 这 类 供 求 信 息</p>
<% else 
%> 
<table width="100%" height="1">
<% i=1
       do while not (rs.eof or err) 
if i mod 2 <> 0 then     %> 
<tr>
<%else%>
<tr>
<%end if%>
<td width="100%" height="1"> 
     
     <% if rs("gq")="企业名称" then%> 【<%=rs("gq")%>】      
                <%else%>      <font color="#AA0000">【<%=rs("gq")%>】</font> <%end if%>          
 <font color="#aa0000"><a href="open.asp?id=<%=rs("id")%>" target="_blank"><%=rs("subject")%></a></font></td>
</tr>
<%      
 i=i+1      
    rs.movenext      
    loop      
      rs.close      
set rs=nothing        
conn.close      
set conn=nothing       
end if     
%>       
</table>
</td>
</tr>
</table>

⌨️ 快捷键说明

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