?? seex.asp
字號:
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title></title>
</head>
<body>
<%
Response.Expires=0
%>
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>科目</title>
<link rel="stylesheet" type="text/css" href="1.css">
</head>
<body>
<!--#include file="data.asp"-->
<%
sql="select * from 學會 order by id desc"
Set rs= Server.CreateObject("ADODB.Recordset")
rs.open sql,conn,1,1
if rs.eof and rs.bof then
response.write "<p align='center'> 還 沒 有 任 何 資 料 </p>"
else
%>
<div align="center">
<table border="0" cellspacing="1" width="590" cellpadding="0">
<tr>
<td width="781" height="70" colspan="2">
<p align="center"><font color="#000080">
<span style="font-size: 18.0pt; font-family: 華文中宋">
“兩課”教師在相關學會中任職情況<img border="0" src="images/printpage.gif" onclick="javascript:window.print()"></span></font></td>
<%end if%></tr>
<tr>
<td width="1001" height="1">
<p align="center"></td>
</tr>
<tr>
<td width="1001" height="108">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="98%" height="1">
<tr>
<td align="center" width="23%" height="1" style="border: 1px solid #800000">
姓名</td>
<td align="center" width="56%" height="1" style="border: 1px solid #800000">
任職情況</td>
</tr> <tr><%do while not rs.eof%>
<td align="center" width="23%" height="1" style="border: 1px solid #800000"><font size="2" color="#000000"><%=rs("姓名")%></font>
</td>
<td align="center" width="56%" height="1" style="border: 1px solid #800000"><%=rs("任職")%></td>
</tr><%
rs.movenext
loop
rs.Close
%>
</table>
</td>
</tr>
</table>
</div>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -