?? my.asp
字號:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<%
dim conn2,path
Set conn2= Server.CreateObject("ADODB.Connection")
path=Server.MapPath("blogdata/L-Blog.mdb")
conn2.Open "driver={Microsoft Access Driver (*.mdb)};dbq="&path
sql="select * from my where id=1"
set object=conn2.execute(sql)
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>關于站長</title>
</head>
<body background="image/back.gif">
<div align="center">
<table width="780" height="195" border="1" align="center">
<tr><td height="100"><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="780" height="100">
<param name="movie" value="image/heat_top.swf">
<param name="quality" value="high">
<embed src="image/heat_top.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="780" height="100"></embed>
</object></td>
</tr>
<tr height="230"><td height="180" align="center" valign="middle" bgcolor="#5C599D">
<table width="600" border="0">
<tr align="center"><td height="32" bgcolor="#FFFFFF"><font size="1"><%=object("title")%></font></td>
</tr>
<tr align="center"><td height="150" bgcolor="#FFFFFF"><font size="1"><%=object("content")%></font></td>
</tr>
<%
conn2.close
%>
</table>
</td>
</tr>
</table>
</div>
</body>
<div align="center">
<!--#include file="footer.asp"-->
</div>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -