?? top.asp
字號:
<%
exec="select * from webset"
set rs=server.createobject("adodb.recordset")
rs.open exec,conn,1,1
%>
<title><%=rs("webname")%> 小小網(wǎng)上報名系統(tǒng)</title>
<link href="css/index.css" rel="stylesheet" type="text/css">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="1" class="bx">
<tr>
<td height="30" valign="middle">
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="wen">
<tr>
<td width="121"><font color="#89CBEB" class="wen"><a href="<%=rs("weburl")%>"><img src="<%=rs("logo")%>" alt="" width="120" height="40" border="0" /></a></font></td>
<td width="852" align="right"><a href="ab.asp" class="wenda2">系統(tǒng)說明</a></td>
</tr>
</table></td>
</tr>
<tr>
<td height="29" class="bg"><a href="ab.asp" class="bg5">如果在本站內(nèi)無法下載,您可以聯(lián)系我們,免費(fèi)提供!</a></td>
</tr>
</table>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -