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

📄 peixunviews.asp

📁 大型人才程序网站程序
💻 ASP
字号:
<% Response.Buffer=false %>
<!--#include file="../inc/dbconn1.inc"-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<%uid=request("uid")%>
<% uname=request("uname")%>
<% set rs=server.createobject("adodb.recordset")
sq2="select * from peixun where uname='"&uname&"'"										
rs.open sq2,conn,1,1
%> 
<html>

<head>
<title>乐清人才网</title>
<meta content="text/html; charset=gb2312" http-equiv="Content-Type">
<STYLE type=text/css>TABLE {
	FONT-SIZE: 9pt; LINE-HEIGHT: 12pt
}
.bord {
	BACKGROUND: #ffffff; BORDER-BOTTOM: rgb(238,238,238) 1px solid; BORDER-LEFT: rgb(128,128,128) 1px solid; BORDER-RIGHT: rgb(238,238,238) 1px solid; BORDER-TOP: rgb(128,128,128) 1px solid; FONT-FAMILY: "宋体"; FONT-SIZE: 9pt; FONT-WEIGHT: normal
}.sbtxt       { color: #000000; font-family: 宋体; font-size: 12px; text-decoration: none }
.sblue       { color: #0000cc; font-family: 宋体; font-size: 12px; text-decoration: none }
.sorenge     { color: #ff6600; font-family: 宋体; font-size: 12px; text-decoration: none }
a:hover      { color: #0000ff; font-family: 宋体; font-size: 12px; text-decoration: none }
.swtxt       { color: #ffffff; font-family: 宋体; font-size: 12px; text-decoration: none }
.shtxt       { color: #666666; font-family: 宋体; font-size: 12px; text-decoration: none }
.bftxt       { color: #FFFFFF; font-family: 宋体; font-size: 12px; text-decoration: none }
.hstxt       { color: #FF0000; font-family: 宋体; font-size: 12px; text-decoration: none }
</style>

<meta content="Microsoft FrontPage 4.0" name="GENERATOR">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
</head>

<body bgcolor="#DFDFDF"  topmargin="0">
<!--#include virtual="../inc/top.htm"--> 
<table align=center bgcolor=#ffffff border=0 cellpadding=0 cellspacing=0 
width=760>
  <tr> 
    <td valign=top >
      <table border=0 cellpadding=0 cellspacing=0 width=85% align="center">
        <tr> 
          <td height=25 colspan="3" valign="bottom"><font color="#666600" ><b><%=rs("sqmc")%> 培训信息-></b></font>   <a href="dwviews.asp?uname=<%=rs("uname")%>" class="sbtxt"><u>查看公司资料和联系信息</u></a></td>
        </tr>
        <tr> 
          <td height=20 colspan="3" valign="bottom"></td>
        </tr>
           <%do while not rs.eof%>
        <tr>
          <td height=20 colspan="3" valign="bottom">

            <table width="100%" border="0" cellspacing="1" cellpadding="2" bgcolor="#CCCC99">
              <tr bgcolor="#F2F2E6"> 
                <td width="9%" height="20">课程:</td>
                <td width="23%" bgcolor="#FFFFFF" height="20"><%=rs("kcmc")%></td>
                <td width="12%" height="20">学习时间:</td>
                <td width="24%" bgcolor="#FFFFFF" height="20"> </td>
                <td width="11%" bgcolor="#F2F2E6" height="20">学习地点:</td>
                <td width="21%" bgcolor="#FFFFFF" height="20"><%=rs("xxdd")%></td>
              </tr>
              <tr bgcolor="#F2F2E6"> 
                <td colspan="6">具体说明:<br>
                  <%=rs("jtsm")%> </td>
              </tr>
              <tr bgcolor="#FFFFFF" align="right"> 
                <td colspan="6"><a href="tuijian.asp?danweis=<%=rs("sqmc")%>&kcmcs=<%=rs("kcmc")%>&ids=<%=rs("uname")%>" class="sbtxt" target="_blank"><u>推荐给朋友</u></a> </td>
              </tr>
            </table>
          </td>
        </tr>    
        <tr> 
          <td height=10 colspan="3" valign="bottom"></td>
        </tr>
     <%
     rs.movenext
     loop
     rs.close
     set rs=nothing %> 
        <tbody> 
        <tr> 
          <td height=5 colspan="3" valign="top">  </td>
        </tr>
        <tr> 
          <td height=20 colspan="3"> 
            <div align="right"><a href="peixun.asp" class="sbtxt"><u>其他培训信息..</u></a>  </div>
          </td>
        </tr>
        <tr> 
          <td height=20 colspan="3"> </td>
        </tr>
        </tbody> 
      </table>

    </td>

  </tr>

</table>




<table width="760" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr> 
    <td><!--#include virtual="../inc/down.htm"--></td>
  </tr>
</table>

⌨️ 快捷键说明

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