📄 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=776 align="center" cellPadding=0 cellSpacing=0>
<TBODY>
<TR>
<TD></TD>
</TR>
<TR>
<TD>
<TABLE cellSpacing=0 cellPadding=0 width=778 background=../images/bg01.gif border=0>
<TBODY>
<TR>
<TD > <TABLE cellSpacing=0 cellPadding=0 width=775 border=0>
<TBODY>
<TR>
<TD height="95" background="../images/dxxx_01.gif"><table width="75%" height="43" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="43" align="right"><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>
<TR>
<TD height="96" valign="bottom" background="../images/dxxx_02.gif">
<table width="35%" border="0" align="right" cellpadding="0" cellspacing="0">
<tr>
<td height="28" align="center"> <img src="../images/14.gif" width="10" height="10"> <a href="../corporation_web.asp?id=<%=id%>" target="_top"><font color="#FFFFFF">公司简介</font></a> </td>
</tr>
<tr>
<td height="28" align="center"> <img src="../images/14.gif" width="10" height="10"> <a href="../spzs.asp?id=<%=id%>" target="_top"><font color="#FFFFFF">产品介绍</font></a></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="#FFFFFF">供求信息</font></a></td>
</tr>
</table></TD>
</TR>
<TR>
<TD height="93" valign="top" background="../images/dxxx_03.gif">
<table width="35%" border="0" align="right" cellpadding="0" cellspacing="0">
<tr>
<td height="27" align="center"> <img src="../images/14.gif" width="10" height="10"> <a href="../job.asp?id=<%=id%>" target="_top"><font color="#FFFFFF">人才招聘</font></a></td>
</tr>
<tr>
<td height="28" align="center"> <img src="../images/14.gif" width="10" height="10"> <a href="../contact.asp?id=<%=id%>" target="_top"><font color="#FFFFFF">联系我们</font></a></td>
</tr>
</table></TD>
</TR>
<TR>
<TD height="83" valign="bottom" background="../images/dxxx_04.gif">
<table width="90%" border="0" align="right" cellpadding="0" cellspacing="0" bordercolor="#111111" id="AutoNumber10" style="border-collapse: collapse">
<tr>
<td width="72%"> </td>
<td width="13%" align="center" valign="bottom"> <p><span style="FONT-SIZE: 12px">
<font color="#FFFFFF">共有<font color="#FF0000"><%=rs("click")%></font>人访问</font></span></td>
<td width="15%"> <a href="mailto:<%=rs("email")%>">
<img border="0" src="../images/mail_comp.gif" width="32" height="32" alt="请与我们联系"></a></td>
</tr>
</table></TD>
</TR>
<TR>
<TD height="73" background="../images/dxxx_05.gif"><TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD height="60" align=center><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>
</TD>
</TR>
</TBODY>
</TABLE>
</BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -