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

📄 teacher.asp

📁 免费实用家教网整站程序(奥运特别版) v1.5
💻 ASP
📖 第 1 页 / 共 2 页
字号:
<!--#include file="info.asp"-->
<!--#include file="conn.asp"-->
<!--#include file="unhtml.asp"-->
<%
if not(isnumeric(request("id"))) then
response.redirect "nodata.html"
rs.close
end if 
sql="select * from en_user where id="&clng(request("id"))
rs.open sql,conn,1,1
if rs.eof or rs.bof then
           rs.close
		   response.redirect "nodata.html"           
end if
if rs("lock")=true then
rs.close
set rs=nothing
set conn=nothing
response.write "<script language=JavaScript>" & chr(13) & "alert('此用户已被管理员锁定!');"&"window.location.href = 'index.asp'"&" </script>"
response.end
end if
if rs("dw_view")="Y" then
tname=rs("name")
rs.close
set rs=nothing
set conn=nothing
response.write "<script language=JavaScript>" & chr(13) & "alert('『"&tname&"』的信息已被"&tname&"设置为隐藏,系统暂时不显示!');"&"JavaScript:window.close();"&" </script>"
response.end
end if
sql1="update en_user set clicks="&rs("clicks")+1&" where id="&rs("id")
set rs1=server.createobject("adodb.recordset")
rs1.open sql1,conn,1,1
%>
<%
                  set rss=server.createobject("adodb.recordset")
sqls="select * from province where shengNo="&int(rs("province"))
rss.open sqls,conn,1,1
if rss.eof then

end if
if rs("province") =0 then
response.write "不详"
end if
               shengid=rss("id")
               sheng=rss("shengname")
                rss.close
                set rss=nothing
                %>
                                <%
                  set rss=server.createobject("adodb.recordset")
sqls="select * from city where Shengid="&shengid&" and  shino="&int(rs("city"))
rss.open sqls,conn,1,1
if rss.eof then

end if

               shi=rss("shiname")
                rss.close
                set rss=nothing
                %>
                            
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="css.css"  type="text/css">
<title>教员简介</title>
<style type="text/css">
<!--
.STYLE1 {color: #FF0099}
-->
</style>
<style type="text/css">
<!--
.STYLE2 {color: #FF0000}
-->
</style>
<style type="text/css">
<!--
.STYLE3 {font-size: 16px}
-->
</style>
<!--#include file="top.asp"-->
<style type="text/css">
<!--
.STYLE1 {color: #999999}
.STYLE2 {color: #FF0000}
.STYLE3 {color: #006666}
-->
</style>

</head>
<body>

<div align="center">
	<table width="811" height="472" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" id="table1">
		<tr>
			<td style="border-left: 1px solid #ffc6bf; border-right: 1px solid #ffc6bf; border-top: 1px solid #ffc6bf" width="760" valign="top"><div align="center">
<table border="0" width="749" cellspacing="0" cellpadding="0" id="table2" height="464">
					<tr>
						<td width="206" valign="top">
						<table border="1" width="97%" cellspacing="0" cellpadding="0" id="table3" height="100%" bordercolor="#C0C0C0" style="border-collapse: collapse" bgcolor="#FFFFFF">
							<tr>
								<td bordercolor="#C0C0C0" align="center" valign="top" height="469">
								<div align="center">
									<table border="0" width="100%" cellspacing="0" cellpadding="0" id="table4" height="98">
										<tr>
											<td height="25" background="imagen/web_01_05.gif" style="border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; border-bottom: 1px solid #C0C0C0">
										  <p align="center"></td>
										</tr>
										<tr>
										  <td width="100%" style="border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; border-bottom: 1px solid #C0C0C0"><img src="images/jj.jpg" width="200" height="108"></td>
									  </tr>
								  </table>
									<div align="center">
										
									</div>
								</div>
							  </td>
							</tr>
						</table>
					  </td>
						<td width="543" align="center" valign="top" style="padding-left: 4px; padding-right: 4px; padding-top: 1px; padding-bottom: 1px"><table border="0" width="535" cellspacing="0" cellpadding="0" id="table6" height="300">
                          <tr>
                            <td height="25" colspan="2" background="imagen/web_01_05.gif" style="border-left: 1px solid #C0C0C0; border-right: 1px solid #C0C0C0; border-top-width: 1px; border-bottom-width: 1px"></td>
                          </tr>
                          <tr>
                            <td height="20" background="images/jobbg1.gif" style="border-left: 1px solid #C0C0C0; border-right: 1px solid #C0C0C0; border-top-width: 1px; border-bottom-width: 1px" colspan="2">&nbsp;● <b>教员介绍</b></td>
                          </tr>
                          <tr>
                            <td height="7" style="border-left: 1px solid #C0C0C0; border-right: 1px solid #C0C0C0; border-top-width: 1px; border-bottom-width: 1px" colspan="2"><div align="center">
                              
                            </div></td>
                          </tr>

⌨️ 快捷键说明

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