my.asp

来自「我的小网站个人利用业余时间设计的」· ASP 代码 · 共 45 行

ASP
45
字号
<!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 + =
减小字号Ctrl + -
显示快捷键?