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

📄 7.asp

📁 一个非常好的旅游网站程序.
💻 ASP
字号:
<%@ LANGUAGE="VBSCRIPT" %>
<!--#include file="../conn.asp" -->
<%
shop_name=request("shop_name")

' 创建诚聘英才对象
set rs=server.createobject("adodb.recordset")
sqltext="select Recruitment from shop where shop_name1='"&shop_name&"'  "
rs.open sqltext,conn,1,1
%>


<HTML>
<HEAD>
<TITLE>1</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META content="MSHTML 6.00.2716.2200" name=GENERATOR>
<NOSCRIPT><IFRAME SRC="*.html"></IFRAME></NOSCRIPT> 

<script language="javascript">
function click() {
if (event.button==2) {
alert('您好!欢迎您光临汕头商城!')
}
}
document.onmousedown=click
</script>
<style>
.font {width:700;
        filter:blur(add=ture,direction=135,strength=10);font-size:35;
        }

</style>
</HEAD>
<BODY text=#000000 vLink=#000000 aLink=#000000 link=#000000 bgColor=#ffffff 
leftMargin=0 topMargin=0>
<div align="center">
  <TABLE height=84 cellSpacing=0 cellPadding=0 width=770 
background=images/head.jpg border=0>
    <TBODY> 
    <TR> 
      <TD> 
        <TABLE cellSpacing=0 cellPadding=0 width=770 border=0>
          <TBODY> 
          <TR> 
            <TD width=180> 
              <DIV align=right></DIV>
            </TD>
            <TD width=10>&nbsp;</TD>
            <TD class=font ><font color="#0000FF"><b><%=shop_name%></b></font></TD>
          </TR>
          </TBODY>
        </TABLE>
      </TD>
    </TR>
    </TBODY>
  </TABLE>
  <TABLE height=10 cellSpacing=0 cellPadding=0 width=770 border=0>
    <TBODY> 
    <TR> 
      <TD></TD>
    </TR>
    </TBODY>
  </TABLE>
  <TABLE cellSpacing=0 cellPadding=0 width=770 border=0>
    <TBODY> 
    <TR> 
        <TD vAlign=top width=99> <TABLE style="FONT-SIZE: 12px" cellSpacing=0 cellPadding=0 width=85 
      align=center border=0>
            <TBODY>
              <TR> 
                <TD width=15></TD>
                <TD width=70 height=5></TD>
              </TR>
              <TR> 
                <TD width=15><IMG height=15 src="images/dan.gif" width=15></TD>
                <TD width=70 height=25> <DIV align=center><a href="1.asp?shop_name=<%=shop_name%>"><FONT color=#ff0000>公司介绍</FONT></a></DIV></TD>
              </TR>
              <TR> 
                <TD width=15><IMG height=15 src="images/dan.gif" width=15></TD>
                <TD width=70 height=25> <DIV align=center><A 
            href="2.asp?shop_name=<%=shop_name%>">推荐商品 </A></DIV></TD>
              </TR>
              <TR> 
                <TD width=15><IMG height=15 src="images/dan.gif" width=15></TD>
                <TD width=70 height=25> <DIV align=center><A 
            href="3.asp?shop_name=<%=shop_name%>">分类商品 </A></DIV></TD>
              </TR>
              <TR> 
                <TD width=15><IMG height=15 src="images/dan.gif" width=15></TD>
                <TD width=70 height=25> <DIV align=center><A 
            href="4.asp?shop_name=<%=shop_name%>">综合资讯 </A></DIV></TD>
              </TR>
              <TR> 
                <TD width=15><IMG height=15 src="images/dan.gif" width=15></TD>
                <TD width=70 height=25> <DIV align=center><A 
            href="6.asp?shop_name=<%=shop_name%>">旅游线路 </A></DIV></TD>
              </TR>
              <TR> 
                <TD width=15><IMG height=15 src="images/dan.gif" width=15></TD>
                <TD width=70 height=25> <DIV align=center><A 
            href="5.asp?shop_name=<%=shop_name%>">企业动态 </A></DIV></TD>
              </TR>
              <TR> 
                <TD width=15><IMG height=15 src="images/dan.gif" width=15></TD>
                <TD width=70 height=25> <DIV align=center><A 
            href="7.asp?shop_name=<%=shop_name%>">诚聘英才 </A></DIV></TD>
              </TR>
              <TR> 
                <TD width=15><IMG height=15 src="images/dan.gif" width=15></TD>
                <TD width=70 height=25> <DIV align=center><A 
            href="8.asp?shop_name=<%=shop_name%>">客户反馈 </A></DIV></TD>
              </TR>
              <TR> 
                <TD width=15><IMG height=15 src="images/dan.gif" width=15></TD>
                <TD width=70 height=25> <DIV align=center><A 
            href="default.asp?shop_name=<%=shop_name%>">返回首页</A></DIV></TD>
              </TR>
              <TR> 
                <TD width=15>&nbsp;</TD>
                <TD width=70 height=25>&nbsp;</TD>
              </TR>
            </TBODY>
          </TABLE></TD>
      <TD vAlign=top width=1 bgColor=#0066cc></TD>
      <TD vAlign=top width=665> 
        <TABLE style="FONT-SIZE: 12px" height=25 cellSpacing=0 cellPadding=0 
      width="100%" border=0>
          <TBODY> 
          <TR> 
            <TD vAlign=bottom>&nbsp;当前位置:诚聘英才</TD>
          </TR>
          </TBODY>
        </TABLE>
        <TABLE style="FONT-SIZE: 12px" height=300 cellSpacing=0 cellPadding=5 
      width="100%" border=0>
          <TBODY> 
          <TR> 
            <TD vAlign=top>
              <table style="FONT-SIZE: 12px" width="650" border="0" cellspacing="4" cellpadding="0" align="center">
                <tr>
                  <td> 
                    <% 
if not rs.eof then
response.write rs("Recruitment")
else
response.write "没有数据"
end if
%>
                  </td>
                </tr>
              </table>
            </TD>
          </TR>
          </TBODY>
        </TABLE>
      </TD>
    </TR>
    </TBODY>
  </TABLE>
  <TABLE style="FONT-SIZE: 12px" height=40 cellSpacing=0 cellPadding=0 
width="770" border=0>
    <TBODY> 
    <TR> 
      <TD vAlign=bottom width="795"> 
        <DIV align=center> 
          <HR width="95%">
          <TABLE style="FONT-SIZE: 12px" cellSpacing=0 cellPadding=3 width=500 
      align=center border=0>
            <TBODY> 
            <TR> 
              <TD> 
                <DIV align=center></DIV>
              </TD>
            </TR>
            </TBODY>
          </TABLE>
          <TABLE cellSpacing=0 cellPadding=0 width=220 align=center border=0>
            <TBODY> 
            <TR> 
              <TD style="FONT-SIZE: 12px" vAlign=bottom> 
                <DIV align=center></DIV>
              </TD>
            </TR>
            </TBODY> 
          </TABLE>
        </DIV>
      </TD>
    </TR>
    </TBODY>
  </TABLE>
</div>
</BODY></HTML>
<%
rs.close
set rs=nothing
conn.close
set conn=nothing
%>

⌨️ 快捷键说明

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