当前位置: 移动技术网 > IT编程>开发语言>.net > 一个简单的网上书城的例子(六)

一个简单的网上书城的例子(六)

2019年01月15日  | 移动技术网IT编程  | 我要评论

物联网工程专业,三自六不让,qq农场种子大全

<!--#include file="util." -->

<%
head="您尚未选购任何物品!"

dbpath = server.mappath("shopbag.mdb")
set conn = server.createobject("adodb.connection")
conn.open "driver={microsoft access(小型网站之最爱) driver (*.mdb)};dbq=" & dbpath
%>

nothing.asp:处理用户察看但还没有购物的情况!

<html>

<head><title><%=head%></title></head>
<body background="b01.jpg">
<h2 align=center><%=head%><hr></h2>
<center>
<% listcategory conn %>
</center>
</body>
</html>

如对本文有疑问,请在下面进行留言讨论,广大热心网友会与你互动!! 点击进行留言回复

相关文章:

验证码:
移动技术网