?? xitong.asp
字號:
<!--#include file="inetsoft.asp"-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><%=webname%></title>
<style type="text/css">
<!--
body {
background-image: url(images/BJ.jpg);
}
-->
</style>
<link href="css/css.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style1 {color: #FFFFFF}
.style2 {color: #FF6600}
a:link {
color: #FFFFFF;
}
a:visited {
color: #FFFFFF;
}
-->
</style>
</head>
<body>
<!--#include file="top.asp"-->
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="238" valign="top" background="images/IN_30.jpg"><!--#include file="left.asp"--></td>
<td width="522" valign="top" background="images/IN_29.jpg"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="198" valign="top" background="images/IN_04.jpg"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="507" height="198">
<param name="movie" value="images/2.swf">
<param name="quality" value="high">
<param name="menu" value="false">
<param name="wmode" value="transparent">
<embed src="images/2.swf" width="507" height="198" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" menu="false" wmode="transparent"></embed>
</object></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="3">
<tr>
<td>您的位置是: <span class="style2">系統開發</span> </td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><IMG SRC="images/IN_12.jpg" WIDTH=522 HEIGHT=14 ALT=""></td>
</tr>
<tr>
<td background="images/IN_13.jpg"><table width="100%" border="0" cellspacing="3" cellpadding="0">
<tr>
<td><table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<%
set rs=server.createobject("adodb.recordset")
sql="select top 1 * from HN_info where IN_type=3 order by IN_id desc"
rs.open sql,Conn,1,1
if rs.eof then
Response.Write "暫無該類信息或沒有找到此類別"
else
DO WHILE Not rs.eof
%>
<td width="5%"><%=rs("IN_dome")%></td>
</tr>
<%
rs.movenext
LOOP
rs.close
set rs=nothing
end if
%>
</table></td>
</tr>
</table></td>
</tr>
<tr>
<td><IMG SRC="images/IN_28.jpg" WIDTH=522 HEIGHT=18 ALT=""></td>
</tr>
</table>
</td>
</tr>
</table>
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><IMG SRC="images/IN_34.jpg" WIDTH=760 HEIGHT=10 ALT=""></td>
</tr>
</table>
<!--#include file="end.asp"-->
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -