📄 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 border=0>
<TBODY>
<TR >
<TD vAlign=top align=middle> <TABLE height=75 cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD>
<table width="75%" height="42" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><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>
<TABLE height=302 cellSpacing=0 cellPadding=0 width=776 bgColor=#000000 border=0>
<TBODY>
<TR>
<TD width=24 bgColor=#ffffff></TD>
<TD width=692 height=302 align="right" background=../images/yd-06.jpg bgColor=#ffffff>
<TABLE width="100%" height="202" border=0 cellPadding=0 cellSpacing=0 class=p9>
<TBODY>
<TR>
<TD vAlign=top align=right height=75><table width="18%" height="192" 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="#0000FF">公司简介</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="#0000FF">产品介绍</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="#0000FF">供求信息</font></a></td>
</tr>
<tr>
<td height="28" align="center"><img src="../images/14.gif" width="10" height="10"> <a href="../job.asp?id=<%=id%>" target="_top"><font color="#0000FF">人才招聘</font></a></td>
</tr>
<tr>
<td height="29" align="center"><img src="../images/14.gif" width="10" height="10"> <a href="../contact.asp?id=<%=id%>" target="_top"><font color="#0000FF">联系我们</font></a></td>
</tr>
</table> </TD>
</TR>
</TBODY>
</TABLE>
<br>
<br>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="90%" id="AutoNumber10">
<tr>
<td width="33%"> </td>
<td width="12%" align="center" valign="middle"> <p><span style="FONT-SIZE: 12px">
共有<font color="#FF6600"><%=rs("click")%></font>人访问</span></td>
<td width="9%"> <a href="mailto:<%=rs("email")%>">
<img border="0" src="../images/mail_comp.gif" width="32" height="32" alt="请与我们联系"></a></td>
</tr>
</table>
</TD>
<TD width=40 bgColor=#ffffff> </TD>
</TR>
</TBODY>
</TABLE>
<BR> <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD height="50" align=center vAlign=middle class=p9><span style="FONT-SIZE: 12px"><font color="#003399"><%=rs("qymc")%><%=year(rs("idate"))%>-<%=year(rs("idate"))+1%><br>
客户服务:<a href="mailto:<%=rs("email")%>"><%=rs("email")%></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 + -