软讯网络 > 软件时空 > 软件相关 > server side code --> client side
【标 题】:server side code --> client side
【关键字】:
server,side,code,--,gt,client,side
【来 源】:http://blog.chinaunix.net/article.php?articleId=35841&blogId=4489
server side code --> client side
copy all the code
comments out the response.write
make the
adoConn.ConnectionString = Application("ConnectionString")
to
adoConn.ConnectionString = "<%=Application("ConnectionString")%>"