⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tupi.asp.bak

📁 asp 网站开发技术介绍
💻 BAK
字号:
<!--#include file="conn.asp"-->
<%
exec="select * from tushumingxi"
Set rs=Server.CreateObject("adodb.recordset")
rs.open exec,conn,1,1
%>

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>显示图片</title>
</head>
<body>
<table width ="800" height ="240" align ="center">
<marquee  >
<%while (not rs.eof)%>
<a href="mx.asp?bh=<%=rs.("bh")>"><img src=<%=rs("tp")%>></a>
<%rs.movenext()
wend
%>
</marquee>
</table>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -