<content width="368" height="450" bgcolor="cccccc" loadercolor="ffffff" panelcolor="5d5d61" buttoncolor="5d5d61" textcolor="ffffff">
<%
dim conn,myconn
Set Conn = Server.CreateObject("ADODB.Connection")
myconn="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("qk.mdb")
Conn.Open MyConn
%>
<%
set bigxx=conn.execute("select * from gg2")
do while not bigxx.eof
%>
<page src="<%=bigxx("img")%>"/>
<%
bigxx.movenext
loop
%>
</content>
上面的代码是pages.xml的 有错吗 我想从数据库输入图片的地址到xml里 如上边代码。
要怎么做才行 功能是可翻页的电子相册 附上官网http://www.flashpageflip.com/
<%
dim conn,myconn
Set Conn = Server.CreateObject("ADODB.Connection")
myconn="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("qk.mdb")
Conn.Open MyConn
%>
<%
set bigxx=conn.execute("select * from gg2")
do while not bigxx.eof
%>
<page src="<%=bigxx("img")%>"/>
<%
bigxx.movenext
loop
%>
</content>
上面的代码是pages.xml的 有错吗 我想从数据库输入图片的地址到xml里 如上边代码。
要怎么做才行 功能是可翻页的电子相册 附上官网http://www.flashpageflip.com/
