2007-10-16 16:23 anerkor
asp+flash通讯问题

asp+flash的

这是asp代码

<%@LANGUAGE="VBScript" %>
<!--#include file="conn.asp"-->
<%
set rs=server.createobject("adodb.recordset")
sql="select * from SayTable order by ID desc"
rs.open sql,conn,1,1
if rs.EOF and rs.BOF then
response.write ("&neirong_asp=暂时还没有文章")
else
Do Until rs.EOF
[color=Red][size=6]Response.Write("&neirong_asp="&rs("SayName")&"&")[/size][/color]
rs.MoveNext
Loop
end if
rs.close
Set rs = Nothing
conn.close
set conn=Nothing
%>


为什么在flash接收[color=DarkRed]neirong_asp[/color]变量的数据,为什么显示的不时数据库的值而是[color=DarkRed]"rs("SayName")"[/color]这样子的呢?

2007-10-24 11:05 anerkor
/:a!! 怎么就没有人回?

页: [1]
查看完整版本: asp+flash通讯问题


Powered by Discuz! Archiver 5.5.0  © 2001-2006 Comsenz Inc.