📄 new0.asp
字号:
<!--#include file="dbpath/dbpath.asp"-->
<html>
<head>
<title>企业黄页</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<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>
<body leftmargin="0" topmargin="0">
<div align="center">
<table border="0" width="453" cellspacing="0" cellpadding="0">
<center>
<tr>
</center>
<td bgcolor="#FFFFFF" width="254" valign="top">
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="100%">
<div align="center">
<center>
<table border="0" cellpadding="0" width="449">
</center>
<tr>
<td valign="top" width="443">
<p align="right"><font class="d"><a href="index.asp" target="_parent">回到首页</a></font>
| <a href="new.asp" target="_parent">最新企业信息</a> | <a href="addgq.asp" target="_parent">发布企业信息</a> |
<a href="login.asp" target="_parent">企业信息管理</a>
</td>
</tr>
<tr>
<td width="443" valign="top"></td>
</tr>
<tr>
<td width="443" valign="top">
<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
%>
<br>
<table width="100%">
<% i=1
do while not (rs.eof or err)
if i mod 2 <> 0 then %>
<tr>
<%else%>
<tr>
<%end if%>
<td width="100%">
<ul>
<li> <% if rs("gq")="企业名称" then%> <font color="#fc9603">【<%=rs("gq")%>】</font>
<%else%> <font color="#079807">【<%=rs("gq")%>】</font> <%end if%>
<font color="#aa0000"><%=rs("subject")%></font> (<%=rs("date")%>--<%=rs("time")%>)<br>
<%=rs("gs")%> <a href="open.asp?id=<%=rs("id")%>" target="_blank">【详细信息...】</a>
</ul>
</td>
</tr>
<%
i=i+1
rs.movenext
loop
rs.close
set rs=nothing
conn.close
set conn=nothing
end if
%>
<tr>
<td>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<center>
</center>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</body>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -