<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>ASP</title>
<link>/asp/</link>
<description>网络编程 / ASP</description>
<language>zh-cn</language>
<generator>网站版权信息</generator>
<webmaster>nantangcun@163.com</webmaster>
<item>
    <title>ASP分页和日期格式化为RFC822格式的办法</title>
    <link>/asp/200811/23-6548.html</link>
    <description>计算分页，嘿嘿一次搞定不用判断

    
        
            
                intNumPage&amp;nbsp;=&amp;nbsp;Abs(Int(-(intNumRecord/intPerPage))) 
            
        
    
    
    将日期格式化为RFC822格式，以前的方法麻烦哦，看这个简单的</description>
    <pubDate>2008-11-23</pubDate>
    <category>ASP</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>把网页中的电话号码生成图片的ASP程序</title>
    <link>/asp/200811/11-6125.html</link>
    <description>作用：用ASP程序将页面中的电话号码生成图片格式。
以下是引用片段：


    
        
            以下为引用的内容：
            &amp;lt;% 
Call Com_CreatValidCode(Request.QueryString(&amp;quot;tel&amp;quot;))&amp;nbsp; 
Public Sub Com_CreatValidCode(pTel)&amp;nbsp; 
&amp;nbsp</description>
    <pubDate>2008-11-11</pubDate>
    <category>ASP</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>ASP输出n列表格样式</title>
    <link>/asp/200809/02-2037.html</link>
    <description>前些日子有网友问：将ASP纪录集输出成n列的的表格形式显示的方法，现在写了一个，方便大家使用。
'定义变量
Dim cn,rs,Sql
Sql = &amp;quot;select CustomerID from Orders&amp;quot;
&amp;nbsp;'记录总数
Dim TotalNumbe
Set cn = Server.CreateObject(&amp;quot;ADODB.Connection&amp;quot;)</description>
    <pubDate>2008-09-02</pubDate>
    <category>ASP</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>request.Querystring集合和request.Form集合的区别</title>
    <link>/asp/200809/02-2036.html</link>
    <description>当我们向服务器请求一个页面时，可以附加一些条件（即请求参数）。条件的发送有两种方式
1、GET方式：直接在URL后缀加条件。如 www.alixixi.com?id=1234
&amp;nbsp; &amp;nbsp; 此时，可以用Request.QueryString(&amp;quot;id&amp;quot;)来获取它的值。

2、POST方式：通过表单的形式填写数据</description>
    <pubDate>2008-09-02</pubDate>
    <category>ASP</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>简单生成静态页面办法</title>
    <link>/asp/200809/02-2035.html</link>
    <description>最近无意中发现一种简单的办法，比较适合新手，不敢独享，拿出来给大家分享一下。

中心思想就是调用动态模板（也就是你做好ASP网页）。用这种办法可以把几乎所有的ASP网页都变成HTM页，从而实现生成静态页的梦想。

例子：
&amp;lt;textarea name=&amp;quot;a&amp;quot; cols=&amp;quot;60&amp;q</description>
    <pubDate>2008-09-02</pubDate>
    <category>ASP</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>asp中Split的用法示例</title>
    <link>/asp/200809/02-2034.html</link>
    <description>大家有没有碰到过要想取一字符串里的某些值而无从下手？有没有觉得看书或教材对split的写法糊里糊涂&amp;hellip;&amp;hellip;如果有此疑问的话，请看下面我对例子的解释，相信您会对这个有一定的了解。

例如我想取得一个ftp里的用户名及密码（服务器等）值（用IE当FTP时或从表中取出</description>
    <pubDate>2008-09-02</pubDate>
    <category>ASP</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>巧用ASP实现在线生成PDF文档</title>
    <link>/asp/200809/02-2033.html</link>
    <description>在开始讲解ASP实现在线生成PDF文档之前我们先了解一下PDF的历史，了解了某个东西，知道他的作用性以及重要性，再去学习该ASP程序相信效果一定不一样。
&amp;nbsp;&amp;nbsp;&amp;nbsp; Adobe&amp;nbsp;PDF格式已经变成很多机构和公司进行跨平台制表的通用媒体格式。尽管我不是这个产品的狂热</description>
    <pubDate>2008-09-02</pubDate>
    <category>ASP</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>W3 Jmail使用说明中文版</title>
    <link>/asp/200809/02-2032.html</link>
    <description>W3 Jmail使用说明中文版
jmail.smtpmail 
Body : String 
(v3.0) 
信件体，正文，使用AppendText追加内容 
如：JMail.Body = &amp;quot;Hello world&amp;quot; 
Charset : String 
(v3.0) 
字符集，缺省为&amp;quot;US-ASCII&amp;quot; 
如：JMail.Charset = &amp;quot;US-ASCII&amp;quot; 
Conten</description>
    <pubDate>2008-09-02</pubDate>
    <category>ASP</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>基于IIS和ASP的标题广告管理系统（二）</title>
    <link>/asp/200809/02-2031.html</link>
    <description>二、管理功能 

　　 管理部分共有12个asp文件，这些脚本的主要功能分别如下： 

BannerAdminLogin.asp：管理功能的登录页面。默认的用户名称是&amp;ldquo;ADMIN USER&amp;rdquo;，密码是&amp;ldquo;PASSWORD&amp;rdquo;。 
CheckBannerAdministrationPassword.asp：检查使用管理功能的用户的</description>
    <pubDate>2008-09-02</pubDate>
    <category>ASP</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>基于IIS和ASP的标题广告管理系统（一）</title>
    <link>/asp/200809/02-2030.html</link>
    <description>&amp;nbsp;标题广告是Web上最常见的广告形式。本文介绍了一个基于IIS和ASP的标题广告管理系统，该系统支持广告客户和广告的管理，能够随机选择广告并生成显示广告的HTML代码（但参考广告的等级、显示次数限制、点击次数限制），并能够记录广告显示、点击的历史纪录。 



　　 一</description>
    <pubDate>2008-09-02</pubDate>
    <category>ASP</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>CDONTS发电子邮件[代码]</title>
    <link>/asp/200809/02-2029.html</link>
    <description>Click here to copy the Code to your clipboard (Only for IE Users)


'Declare Variables
Dim CDONTSObj, MessageBody

'Create the CDONTS object
Set CDONTSObj = Server.CreateObject(&amp;quot;CDONTS.NewMail&amp;quot;)

'To Address
CDONTSObj.To = &amp;quot;info@script</description>
    <pubDate>2008-09-02</pubDate>
    <category>ASP</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>搜索关键字加粗函数代码</title>
    <link>/asp/200809/02-2027.html</link>
    <description>一个用正则表达式突出显示字符串中查询到的单词的函数，精简实用！
Public Function BoldWord(strContent,word) 
If word=&amp;quot;&amp;quot; Then 
BoldWord = strContent 
Exit Function 
End IF 
dim objRegExp 
Set objRegExp=new RegExp 
objRegExp.IgnoreCase =true 
objReg</description>
    <pubDate>2008-09-02</pubDate>
    <category>ASP</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>asp如何取得插入记录后最新ID的值?</title>
    <link>/asp/200809/02-2026.html</link>
    <description>ACCESS库可以这样书写:
set rs = server.createobject(&amp;quot;adodb.recordset&amp;quot;)
sql = &amp;quot;select * from news&amp;quot;
rs.addnew
rs(&amp;quot;title&amp;quot;) = &amp;quot;测试&amp;quot;
rs(&amp;quot;content&amp;quot;) = &amp;quot;内容&amp;quot;
rs.update
newid = rs(&amp;quot;id&amp;quot;)
rs.clos</description>
    <pubDate>2008-09-02</pubDate>
    <category>ASP</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>关于#include的说明</title>
    <link>/asp/200809/02-2025.html</link>
    <description>我昨天在我们这里和一位朋友谈到路径时候使用了 include ，使我记起了以前谈论过关于这方面的事情，现在想将它重新写在这里供大家参考，希望能有更多的朋友也来讨论这个问题。

============================
include在网页制作中的使用既简单又灵活，它不但能减少页面的繁琐</description>
    <pubDate>2008-09-02</pubDate>
    <category>ASP</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>ADO 物件的方法與屬性</title>
    <link>/asp/200809/02-2024.html</link>
    <description>Connection 物件 
方法 說明 
Open 開啟一個新的 Connection 物件。 
Close 關閉一個 Connection 物件。 
Execute 執行一個查詢、SQL指令或程序。 
BeginTrans 開始一個新的交易。 
CommitTrans 儲存交易過程中所做的改變，並且結束交易。您也可以在這個時候開始一個新的交易</description>
    <pubDate>2008-09-02</pubDate>
    <category>ASP</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>十天学会ASP第十天[ASP教程基础系列]</title>
    <link>/asp/200809/02-2023.html</link>
    <description>学习目的：分页技术，总结
&amp;nbsp;&amp;nbsp;&amp;nbsp; 今天最后一天我们学习一下ASP里面稍微难一点地分页技术，毕竟当我们有N条记录的时候我们不可能把所有记录显示在一个页面里面吧。
&amp;lt;%
exec=&amp;quot;select * from test&amp;quot;
set rs=server.createobject(&amp;quot;adodb.recordse</description>
    <pubDate>2008-09-02</pubDate>
    <category>ASP</category>
    <author>秩名</author>
    <comments>alixixi</comments>
</item>
<item>
    <title>十天学会ASP第九天[ASP教程基础系列]</title>
    <link>/asp/200809/02-2022.html</link>
    <description>学习目的：基本的SESSION组件，总结response，request组件。
&amp;nbsp;&amp;nbsp;&amp;nbsp; 首先，有会员系统的任何程序都会用到检测是不是用户已经登陆这个步骤。这就用到了SESSION组件，下面我们&amp;nbsp;&amp;nbsp;&amp;nbsp; 看一个代码来说明。
&amp;lt;%
session(&amp;quot;islogin&amp;quot;)=&amp;quot;yes</description>
    <pubDate>2008-09-02</pubDate>
    <category>ASP</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>十天学会ASP第八天[ASP教程基础系列]</title>
    <link>/asp/200809/02-2021.html</link>
    <description>学习目的：学会数据库的基本操作4（修改记录）
&amp;nbsp;&amp;nbsp;&amp;nbsp; 先来看代码：
&amp;lt;%
set conn=server.createobject(&amp;quot;adodb.connection&amp;quot;)
conn.open &amp;quot;driver={microsoft access driver (*.mdb)};dbq=&amp;quot;&amp;amp;server.mappath(&amp;quot;test.mdb&amp;quot;)//这不</description>
    <pubDate>2008-09-02</pubDate>
    <category>ASP</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>十天学会ASP第七天[ASP教程基础系列]</title>
    <link>/asp/200809/02-2020.html</link>
    <description>学习目的：学会数据库的基本操作3（删除记录）
开门见山，大家直接看程序。
exec=&amp;quot;delete * from guestbook where id=&amp;quot;&amp;amp;request.form(&amp;quot;id&amp;quot;)
上面这句话完成了删除记录的操作，不过锁定记录用了记录唯一的表示id，我们前面建立数据库的时候用的是系统</description>
    <pubDate>2008-09-02</pubDate>
    <category>ASP</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>十天学会ASP第六天[ASP教程基础系列]</title>
    <link>/asp/200809/02-2019.html</link>
    <description>学习目的：学会数据库的基本操作2（查询记录）
&amp;nbsp;&amp;nbsp;&amp;nbsp; 在第四天中我们有这样一个程序：
&amp;lt;%
set conn=server.createobject(&amp;quot;adodb.connection&amp;quot;)
conn.open &amp;quot;driver={microsoft access driver (*.mdb)};dbq=&amp;quot;&amp;amp;server.mappath(&amp;quot;exa</description>
    <pubDate>2008-09-02</pubDate>
    <category>ASP</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>十天学会ASP第五天[ASP教程基础系列]</title>
    <link>/asp/200809/02-2018.html</link>
    <description>学习目的：学会数据库的基本操作1（写入记录）
&amp;nbsp;&amp;nbsp;&amp;nbsp; 数据库的基本操作无非是：查询记录，写入记录，删除记录，修改记录。今天我们先学习写入记录。
先建立一个表单：
&amp;lt;form name=&amp;quot;form1&amp;quot; method=&amp;quot;post&amp;quot; action=&amp;quot;example5.asp&amp;quot</description>
    <pubDate>2008-09-02</pubDate>
    <category>ASP</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>十天学会ASP第四天[ASP教程基础系列]</title>
    <link>/asp/200809/02-2017.html</link>
    <description>学习目的：掌握ACCESS数据库的连接和读取记录
&amp;nbsp;&amp;nbsp;&amp;nbsp;今天要学习的内容有一点枯燥，但是很重要。在这里大家不需要知道命令具体的运行情况，外面的很多书籍之所以不适合入门就是因为介绍了太多的理论知识，让初学者一头雾水。
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;下面开门见</description>
    <pubDate>2008-09-02</pubDate>
    <category>ASP</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>十天学会ASP第三天[ASP教程基础系列]</title>
    <link>/asp/200809/02-2016.html</link>
    <description>学习目的：学会ACCEES数据库的使用，并建立一个将来要用的留言簿数据库。
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;首先，大家要安装OFFICE里面的ACCEES（我的演示是OFFICE XP版本），安装过程这里就不说了，安装好以后会出现下图的菜单。 
&amp;nbsp;
单击打开ACCEES 
&amp;nbsp;

安空数据库，</description>
    <pubDate>2008-09-02</pubDate>
    <category>ASP</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>十天学习ASP第二天</title>
    <link>/asp/200809/02-2015.html</link>
    <description>学习目的：学会用表单元素向服务器传送变量，然后显示变量在客户端的浏览器。
&amp;nbsp;&amp;nbsp;&amp;nbsp;首先，让我们来看一下DREAMWEAVER的表单元素。 

此主题相关图片如下：


表单元素要放在一个表单域里面，建立一个表单域。然后修改动作里面的文件为要接受这个表单变量的ASP</description>
    <pubDate>2008-09-02</pubDate>
    <category>ASP</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>十天学会ASP第一天[ASP教程基础系列</title>
    <link>/asp/200809/02-2014.html</link>
    <description>学习目的：安装调试ASP的环境，写出第一个HELLO WORLD程序。
&amp;nbsp;&amp;nbsp;&amp;nbsp;首先我们来安装WINSOWS2000自带的IIS作为服务器。（WINSOWS98的PWS也可以，但是不推荐，安装大致和2000相同，这里就不详细说了。） 

此主题相关图片如下：

先是控制面板－添加或删除程序。</description>
    <pubDate>2008-09-02</pubDate>
    <category>ASP</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>ASP获取网页全部图片地址并保存到数组</title>
    <link>/asp/200808/26-1187.html</link>
    <description>正文:

1.31修正
src=后面有空格不能正确匹配.已修正.
src=''为空时出错.已修正.
发现BUG: 图片路径有多个空格时只能保留一个.未修正.
2.18修正
图片路径有多个空格时只能保留一个的BUG.已修正.




    
        
            以下是代码：
&amp;lt;% 
&amp;rsquo;功能:获取全</description>
    <pubDate>2008-08-26</pubDate>
    <category>ASP</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>2008年中国.NET技术应用趋势分析</title>
    <link>/asp/200808/22-948.html</link>
    <description>本文内容来自itpub，延续转载请著名出处。
1. 诞生及运行机制,近几年.NET市场格局变化 


VS.NET是什么？VS.NET是微软提供给开发者的一套集成开发环境（IDE），其中包括了C#、J#、Ｃ++、VB等开发语言以及 
对.NET Framework的支持。 



在.NET平台上，ASP.NET的出现给原有</description>
    <pubDate>2008-08-22</pubDate>
    <category>ASP</category>
    <author>秩名</author>
    <comments>IT起步网</comments>
</item>
<item>
    <title>利用ASP输出excel文件一例</title>
    <link>/asp/200808/22-947.html</link>
    <description>在asp中利用excel的一个方法是将excel文件作为一个数据库进行链接,然后的操作和对access数据库操作类似.但是这个方法不是总能有用的，应为excel不是关系型的数据库。对于一个固定格式,这个格式里有复杂的单元格合并,边框线条样式,还有图案,单元格之间还有公式关系等等的,我想</description>
    <pubDate>2008-08-22</pubDate>
    <category>ASP</category>
    <author>秩名</author>
    <comments>网络</comments>
</item>
<item>
    <title>asp处理xml数据的发送、接收类</title>
    <link>/asp/200808/22-919.html</link>
    <description>本asp类可以用来处理xml包的发送与接收。可用于各种异构系统之间API接口间通讯，以及处理Web Service的调用与接收。 
欢迎转载。 
属性： 

URL : 发送xml的接收地址 
String 
只写 
Message : 系统错误信息 
String 
只读 
XmlNode:获取发送包XML中节点的值 
Stri</description>
    <pubDate>2008-08-22</pubDate>
    <category>ASP</category>
    <author>佚名</author>
    <comments>网络</comments>
</item>
<item>
    <title>Asp编码优化技巧8则</title>
    <link>/asp/200808/18-454.html</link>
    <description>Asp编码优化技巧8则
作者/来源：未知
1、声明VBScript变量 
在ASP中，对vbscript提供了强劲的支持，能够无缝集成vbscript的函数、方法，这样给扩展ASP的现有功能提供了很大便利。由于ASP中已经模糊了变量类型的概念，所以，在进行ASP与vbscript交互的过程中，很多程序员也</description>
    <pubDate>2008-08-18</pubDate>
    <category>ASP</category>
    <author>网络</author>
    <comments>网络</comments>
</item>
<item>
    <title>ASP连接11种数据库语法总结</title>
    <link>/asp/200808/18-453.html</link>
    <description>ASP连接11种数据库语法总结
作者/来源：未知
&lt;一&gt;数据库的连接方法：

　　1.Access数据库的DSN-less连接方法:

set adocon=Server.Createobject(&quot;adodb.connection&quot;)
adoconn.Open&quot;Driver={Microsoft Access Driver(*.mdb)};DBQ=&quot;&amp; _
Serve</description>
    <pubDate>2008-08-18</pubDate>
    <category>ASP</category>
    <author>网络</author>
    <comments>网络</comments>
</item>
<item>
    <title>微软建议的ASP性能优化28条守则</title>
    <link>/asp/200808/18-452.html</link>
    <description>微软建议的ASP性能优化28条守则
作者/来源：微软
引言
性能是一个特征。您必须预先设计性能，否则您以后就得重写应用程序。就是说，有哪些好的策略可使 Active Server Pages (ASP) 应用程序性能达到最佳？

本文介绍了优化 ASP 应用程序和 Visual Basic Scripting </description>
    <pubDate>2008-08-18</pubDate>
    <category>ASP</category>
    <author>网络</author>
    <comments>网络</comments>
</item>
<item>
    <title>ASP的Cookie使用指南</title>
    <link>/asp/200808/18-451.html</link>
    <description>ASP的Cookie使用指南
作者/来源：未知
实际上，在web开发中，cookie仅仅是一个文本文件，当用户访问站点时，它就被存储在用户使用的计算机上，其中，保存了一些信息，当用户日后再次访问这个站点时，web可以将这些信息提取出来。

　　尽管现在听起来cookie没有什么</description>
    <pubDate>2008-08-18</pubDate>
    <category>ASP</category>
    <author>网络</author>
    <comments>网络</comments>
</item>
<item>
    <title>ASP开发WEB打印代码大全</title>
    <link>/asp/200808/18-412.html</link>
    <description>ASP开发WEB打印代码大全

这篇文章主要介绍了如何使用ASP控制Web的各种打印效果，它能够控制纵打、横打和页面边距等。

　　1、控制&quot;纵打&quot;、 &quot;横打&quot;和&quot;页面的边距&quot;。 

　　（1）

&lt;script defer&gt; 
　　function SetPrintSettings() {</description>
    <pubDate>2008-08-18</pubDate>
    <category>ASP</category>
    <author>网络</author>
    <comments>网络</comments>
</item>

</channel>
</rss>
