⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 home.asp

📁 北京商务网
💻 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 width="799"></TD>
    </TR>
    <TR> 
      <TD> 
        <TABLE cellSpacing=0 cellPadding=0 width=780 border=0>
          <TBODY>
            <TR> 
              <TD width="799" > <TABLE cellSpacing=0 cellPadding=0 width=780 border=0>
                  <TBODY>
                    <TR> 
                      <TD width=780 height=72 background="../images/140_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 width=780 height=135 valign="bottom" background="../images/140_02.gif">
<table width="35%" border="0" align="right" 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="#FFFFFF">公司简介</font></a><font color="#000000">      &nbsp;</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="#FFFFFF">产品介绍</font></a><font color="#000000">        &nbsp;</font></td>
                          </tr>
                          <tr> 
                            <td height="28">&nbsp;     <img src="../images/14.gif" width="10" height="10"> <a href="../syjh.asp?id=<%=id%>" target="_top"><font color="#FFFFFF">供求信息</font></a><font color="#000000"> </font></td>
                          </tr>
                        </table></TD>
                    </TR>
                    <TR> 
                      <TD width=780 height=98 valign="top" background="../images/140_03.gif">
<table width="35%" border="0" align="right" cellpadding="0" cellspacing="0">
                          <tr> 
                            <td height="28">&nbsp;  <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">&nbsp;<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 width=780 height=77 align="right" valign="bottom" background="../images/140_04.gif"> 
                        <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="bottom"> <p><span style="FONT-SIZE: 12px"> 
                                <font color="#FFFFFF">共有<font color="#FF0000"><%=rs("click")%></font>人访问</font></span></td>
                            <td width="9%">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <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 width=780 background=../images/140_05.gif 
                  height=63>
<div 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>&nbsp; 联系电话:<%=rs("phone")%></font></span></div></TD>
                    </TR>
                  </TBODY>
                </TABLE></TD>
            </TR>
          </TBODY>
        </TABLE>
        
      </TD>
    </TR>
  </TBODY>
</TABLE>
</BODY></HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -