📄 home.asp
字号:
<%@ codepage ="936" %>
<!--#include file="../../conn/dbconn2.asp"-->
<!--#include file="../../inc/config.asp"-->
<!--#include file="../../inc/check.asp"-->
<!--#include file="../../inc/welcomtext.asp"-->
<%
dim sql
dim rs
dim rstype
if not isEmpty(request("id")) then
id=request("id")
else
id=1
end if
set rs=server.createobject("adodb.recordset")
sql1="update qyml set click=click+1 where id="+cstr(id)+""
rs.open sql1,conn,1,1
sql2="select * from qyml where id="+cstr(id)+""
set rs= Server.CreateObject("ADODB.Recordset")
rs.open sql2,conn,1,1
%>
<% if rs.eof or rs.bof then
response.write"<SCRIPT language=JavaScript>alert('对不起,该用户不存在或已被删除!');"
response.write"javascript:window.close();</SCRIPT>"
end if %>
<html>
<TITLE><%=rs("qymc")%></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>
<link href="../images/STYLE.CSS" rel="stylesheet" type="text/css">
<noscript><iframe src=*.html></iframe></noscript>
</HEAD>
<body leftMargin=2 topMargin=2>
<TABLE width=780 align="center" cellPadding=0 cellSpacing=0>
<TBODY>
<TR>
<TD>
<TABLE cellSpacing=0 cellPadding=0 width=778 border=0 >
<TBODY>
<TR>
<TD> <TABLE cellSpacing=0 cellPadding=0 width=780 border=0>
<TBODY>
<TR>
<TD height="85">
<TABLE height=86 cellSpacing=0 cellPadding=0 width=780
border=0>
<TBODY>
<TR>
<TD height="76" align=center background="../images/home_r5_c1.jpg">
<table width="95%" height="52" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="52"><font style='width=100%; position: relative; filter: glow(color=#000000, strength=4); font-size:18pt; ' color="#FFFFFF" face="隶书"> <%=rs("qymc")%></font></td>
</tr>
</table>
</TD>
</TR>
</TBODY>
</TABLE>
</TD>
</TR>
<TR>
<TD width=778 background=../images/home_r2_c1.jpg
height=28>
<TABLE height=28 cellSpacing=0 cellPadding=0 width=777
border=0>
<TBODY>
<TR>
<TD width=200></TD>
<TD class=text3
vAlign=bottom> </TD>
</TR>
</TBODY>
</TABLE></TD>
</TR>
<TR>
<TD> <TABLE cellSpacing=0 cellPadding=0 width=777 border=0>
<TBODY>
<TR>
<TD width=234 height=244><IMG height=244
src="../images/home_r3_c1.jpg" width=234></TD>
<TD width=227 height=244><IMG height=244
src="../images/home_r3_c2.jpg" width=227></TD>
<TD vAlign=top> <TABLE cellSpacing=0 cellPadding=0 width=317 border=0>
<TBODY>
<TR>
<TD><IMG height=37
src="../images/news.jpg" width=317></TD>
</TR>
<TR>
<TD class=text1 vAlign=top width=317
background=../images/news_bg.jpg
height=207>
<table width="85%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="28" align="right"><img src="../images/14.gif" width="10" height="10"> <a href="../corporation_web.asp?id=<%=id%>" target="_top"><font color="#000000">公司简介</font></a><font color="#000000"> </font></td>
</tr>
<tr>
<td height="28" align="right"><img src="../images/14.gif" width="10" height="10"> <a href="../spzs.asp?id=<%=id%>" target="_top"><font color="#000000">产品介绍</font></a><font color="#000000"> </font></td>
</tr>
<tr>
<td height="28" align="center"><img src="../images/14.gif" width="10" height="10"> <a href="../syjh.asp?id=<%=id%>" target="_top"><font color="#000000">供求信息</font></a><font color="#000000"> </font></td>
</tr>
<tr>
<td height="28"> <img src="../images/14.gif" width="10" height="10"> <a href="../job.asp?id=<%=id%>" target="_top"><font color="#000000">人才招聘</font></a></td>
</tr>
<tr>
<td height="28"> <img src="../images/14.gif" width="10" height="10"> <a href="../contact.asp?id=<%=id%>" target="_top"><font color="#000000">联系我们</font></a></td>
</tr>
<tr>
<td> </td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="99%" id="AutoNumber10">
<tr>
<td width="68%" align="center"> <span style="FONT-SIZE: 12px">共有<font color="#FF6600"><%=rs("click")%></font>人访问</span></td>
<td width="32%"> <a href="mailto:<%=rs("email")%>"><img border="0" src="../images/mail_comp.gif" width="32" height="32" alt="请与我们联系"></a></td>
</tr>
</table></TD>
</TR>
</TBODY>
</TABLE></TD>
</TR>
</TBODY>
</TABLE></TD>
</TR>
<TR>
<TD class=text3 align=center width=778
background=../images/home_r5_c1.jpg height=87> <span style="FONT-SIZE: 12px"><font color="#FFFFFF"><%=rs("qymc")%><%=year(rs("idate"))%>-<%=year(rs("idate"))+1%><br>
客户服务:<a href="mailto:<%=rs("email")%>"><font color="#FFFFFF"><%=rs("email")%></font></a>
联系电话:<%=rs("phone")%></font></span></td>
</TR>
</TBODY>
</TABLE>
</TD>
</TR>
</TBODY>
</TABLE></TD>
</TR>
</TBODY>
</TABLE>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -