ASP类 <% '//--------------------------------开始一个类---------------------------------... 2007年03月15日 阅读 234 次浏览 发表评论 阅读全文
环 境 变 量 <% response.write Request.ServerVariables("SERVER_NAME") response.write "<br... 2007年03月15日 阅读 312 次浏览 发表评论 阅读全文
ASP+Script <form action="2.asp" method=post> <select ><script src="1.asp">&... 2007年03月15日 阅读 303 次浏览 发表评论 阅读全文
服 务 器 信 息 <% Dim theInstalledObjects(17) theInstalledObjects(0) = "MSWC.AdRotator" theIns... 2007年03月15日 阅读 284 次浏览 发表评论 阅读全文
ASP生成EXCEL文件 <!--#include file="conn.asp" --> <html xmlns:o="urn:schemas-microsoft-com... 2007年03月07日 阅读 252 次浏览 发表评论 阅读全文
调用XML数据终结篇 <?xml version="1.0" encoding="gb2312" ?> <items> <item> &... 2007年03月07日 阅读 256 次浏览 发表评论 阅读全文
ASP show+hide <script type="text/javascript"> <!-- function show(id) { document.g... 2007年03月06日 阅读 232 次浏览 发表评论 阅读全文
生成XML文件 <% set conn=server.createobject("adodb.connection") conn.open "provider=microso... 2007年03月06日 阅读 243 次浏览 发表评论 阅读全文
生成RSS文件 <% set conn=server.createobject("adodb.connection") conn.open "provider=microso... 2007年03月06日 阅读 152 次浏览 发表评论 阅读全文
ASP中数组的使用 一维数组: <!--#include file="conn.asp"--> <% dim a(2) dim i i=0 set rs=conn.e... 2007年03月06日 阅读 329 次浏览 发表评论 阅读全文