📄 index.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="conn.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>::9ju·个人求职网::</title>
<style type="text/css">
<!--
body {
background-color: #CCCCCC;
}
-->
</style>
<style type="text/css">
<!--
.style1 {color: #FF6600}
.style2 {color: #FFFFFF}
.style4 {color: #FFFF00}
-->
</style>
<link href="beauty.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style5 {color: #999966}
-->
</style>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!--#include file=topb.asp-->
<table width="600" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td><img src="images/index_06.gif" width="50" height="209"></td>
<td><img src="images/index_07.gif" width="387" height="209"></td>
<td><img src="images/index_08.gif" width="163" height="209"></td>
</tr>
</table>
<table width="600" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#FFFFFF"><hr size="1"></td>
</tr>
</table>
<table width="600" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="179" background="images/index_10.gif" bgcolor="#FFFFFF"><table width="420" height="108" border="0" align="right" cellpadding="0" cellspacing="0">
<tr>
<td width="386" height="108"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<%
sql="select * from news where n_tid=1 order by n_id desc "
rs.open sql,conn,1,3
for i=1 to 6
if rs.eof then exit for
%>
<tr>
<td width="72%"><div align="center"><a href="show.asp?n_id=<%= rs("n_id") %>" target="_blank"><%=left( rs("n_title"),20) %></a></div></td>
<td width="28%" ><div align="center" class="style5" ><%= month(rs("n_date"))&"月"&day(rs("n_date")) &"日"%></div></td>
</tr>
<%
rs.movenext
next
%>
</table></td>
<td width="34"> </td>
</tr>
</table></td>
</tr>
</table>
<table width="600" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="600" height="114">
<param name="movie" value="images/FLASH1.swf">
<param name="quality" value="high">
<embed src="images/FLASH1.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="600" height="114"></embed>
</object></td>
</tr>
</table>
<% If Err.Number <> 0 Then
response.Redirect("qiuzhi.asp")
end if %>
<!--#include file=bottom.asp-->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -