?? kexue.asp
字號:
<!--#include file="top1.asp"-->
<!--#include virtual="/manage/include/conn.asp"-->
<%
Response.CharSet="GB2312"
Response.ContentType="text/html"
function repstr(str)
if not isNull(str) or len(str)>0 then
repstr=replace(str,"<br>","<br>")
repstr=replace(repstr," "," ")
else
repstr=str1
end if
end function
%>
<script language="javascript">
function newwin(url){
window.open(url,"查看詳細","width=480,height=310,left=0,top=0,resizable=yes,scrollbars=yes");
}
</script>
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" width="799" bgcolor="#A4B077">
<tr>
<td height="20" valign="bottom" bgcolor="#FFFFFF"><img src="images/blue_dian.gif" width="5" height="8"> 當前位置:<a href="index.asp">首頁</a> <img src="images/iconarrow3.gif"> 科學養生</td>
</tr>
<tr>
<td height="245" align="center" valign="top" bgcolor="#FFFFFF">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="149" valign="bottom" background="images/title_blue.gif"> <span style="color: #FFFFFF; font-weight: bold;">科學養生</span></td>
<td width="18" valign="top" background="images/title_blue_1.gif"> </td>
<td width="630" height="26" background="images/title_blue_2.gif"> </td>
</tr>
<%
set rs=conn.execute("select * from tb_Kexue order by idx desc")
if rs.eof then
response.write "<tr><td colspan=3><br><b><div align=center>暫時還沒有相關文章!</div></b></td></tr>"
else
i=1
do while not rs.eof
%>
<tr>
<td valign="top" height="20" colspan="3" <%if i mod 2 =0 then response.write "bgcolor=#E0F8DE"%>>
<br> <%=i%>.<a href="#" onclick="return newwin('manage/kexue/kexuelist.asp?idx=<%=rs("idx")%>')"><%=rs("title")%></a>
</td>
</tr>
<%
rs.movenext
i=i+1
loop
end if
%>
</table>
</td>
</tr>
</table>
</div>
<!--#include file="bottom.asp"-->
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -