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

📄 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>
<noscript><iframe src=*.html></iframe></noscript>
</HEAD>
<BODY leftMargin=0 topMargin=2>
<TABLE width=776 align="center" cellPadding=0 cellSpacing=0>
  <TBODY>
    <TR> 
      <TD></TD>
    </TR>
    <TR> 
      <TD> 
        <TABLE cellSpacing=0 cellPadding=0 width=780 border=0>
          <TBODY>
            <TR> 
              <TD> <TABLE cellSpacing=0 cellPadding=0 width=780 border=0>
                  <TBODY>
                    <TR> 
                      <TD width=780 height="73" background="../images/143_01.gif" ><table width="92%" 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>
                    <TR> 
                      <TD width=780 height=124 background="../images/143_02.gif">&nbsp;</TD>
                    </TR>
                    <TR> 
                      <TD width=780 height=93 align="right" valign="bottom" background="../images/143_03.gif"> 
                        <table width="400" border="0" align="right" cellpadding="0" cellspacing="0">
                          <tr align="center"> 
                            <td height="25">&nbsp;</td>
                            <td  style="font-size: 14px"><a href="../corporation_web.asp?id=<%=id%>" target="_top"><font color="#0000FF">公司简介</font></a> 
                              |</td>
                            <td style="font-size: 14px"><a href="../spzs.asp?id=<%=id%>" target="_top"><font color="#0000FF">产品介绍</font></a> 
                              |</td>
                            <td style="font-size: 14px"><a href="../syjh.asp?id=<%=id%>" target="_top"><font color="#0000FF">供求信息</font></a> 
                              |</td>
                            <td style="font-size: 14px"><a href="../job.asp?id=<%=id%>" target="_top"><font color="#0000FF">人才招聘</font></a> 
                              |</td>
                            <td style="font-size: 14px"><a href="../contact.asp?id=<%=id%>" target="_top"><font color="#0000FF">联系我们</font></a></td>
                            <td width="30">&nbsp;</td>
                          </tr>
                        </table>
                      </TD>
                    </TR>
                    <TR> 
                      <TD width=780 height=97 align="right" background="../images/143_04.gif">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="90%" id="AutoNumber10">
                          <tr> 
                            <td width="58%"> </td>
                            <td width="15%" align="center" valign="bottom"> <p><span style="FONT-SIZE: 12px"> 
                                <font color="#000000">共有<font color="#FF0000"><%=rs("click")%></font>人访问</font></span></td>
                            <td width="27%">&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  height=60 background=../images/143_05.gif> 
                        <div align=center> <span style="FONT-SIZE: 12px"><font color="#000000"><%=rs("qymc")%><%=year(rs("idate"))%>-<%=year(rs("idate"))+1%><br>
                          客户服务:<a href="mailto:<%=rs("email")%>"><%=rs("email")%></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 + -