<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title>远程脚本</title>
<link>/html/edu/asp/asp15/index.html</link>
<description>编程开发 / ASP / 远程脚本</description>
<language>zh-cn</language>
<generator>&lt;a href='http://www.souzz.net' target='_blank'&gt;搜站长&lt;/a&gt;</generator>
<webmaster>lyjrich@sina.com</webmaster>
<item>
    <title>remote script文档(转载自微软)(一)</title>
    <link>/html/edu/asp/asp15/6211.html</link>
    <description>文档: 远程执行服务器脚本 复杂的 Web 应用程序既调用客户脚本又调用服务器脚本。客户脚本经常用于对应用程序的用户接口进行编程──例如，为了动态改变 Web 页文本，对用户动作，比如双击作出反应，并执行诸如验证这样的面向客户的任务。客户脚本在浏览器中局部执行，</description>
    <pubDate>2005-11-07</pubDate>
    <category>远程脚本</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>一个例子：从新浪提取上海天气的vbs</title>
    <link>/html/edu/asp/asp15/6183.html</link>
    <description>起始很简单的。分析一下抓下来的代码，然后处理一下就行了。 '文件：weather.vbs 放入计划任务，每天早上8:30执行，生成饱含 '文件供首页使用 '执行方式：cscript D:\上海国家会计学院网站\内部社区\vbs\weather.vbs '************************************************</description>
    <pubDate>2005-11-07</pubDate>
    <category>远程脚本</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>利用ASP在客户端注册DLL文 件</title>
    <link>/html/edu/asp/asp15/6184.html</link>
    <description>ClientRegDLL.html 本 程 式 方 法 介 绍 利 用 客 户 端 注 册 DLL 文 件。 下 一 回 讲 解 客 户 端 如 何 获 得 DLL 文 件。 html head id=head1 meta content=text/html charset=gb2312 http-equiv=Content-Type title id=titleClient use asp to register the exis</description>
    <pubDate>2005-11-07</pubDate>
    <category>远程脚本</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>客户端用ASP+rds+VBA参生报表（高级篇）</title>
    <link>/html/edu/asp/asp15/6185.html</link>
    <description>test_print_report.asp html head meta content=text/html; charset=BIG5 http-equiv=Content-Type titleclient use rds produce excel report/title /head body bgColor=skyblue topMargin=0 leftMargin=20 oncontextmenu=return false rightMargin=0 bottomMargin=0 f</description>
    <pubDate>2005-11-07</pubDate>
    <category>远程脚本</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>用 WSH 想ASP 一样 查询数据库</title>
    <link>/html/edu/asp/asp15/6186.html</link>
    <description>WSH是Windows脚本宿主文件。 用VBscript和Jscript都可以编写 WSH 脚本。 要注意尽管 IE浏览器和WSH使用同样的的语言 引擎，但它们不支持同样的对象模型。例如WSH不支持用于用户输出的window.document对象。 WSH环境不提供扩展的用户界面(向IE浏览器那样的)，WSH 对象模</description>
    <pubDate>2005-11-07</pubDate>
    <category>远程脚本</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>Remote Scripting进阶教程---使用 Remote Scripting</title>
    <link>/html/edu/asp/asp15/6187.html</link>
    <description>概述 借助于 remote scripting，开发者现在就可以创建无缝的（seamless）、交互的 Web 应用程序了，在该应用程序中，浏览器可以在不用重新加载 Web 页的情况下调用服务器上的脚本。 在 remote scripting 之前，为了与服务器交互作用，开发者必须要求用户重新对所调用页</description>
    <pubDate>2005-11-07</pubDate>
    <category>远程脚本</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>Remote Scripting进阶教程---远程执行服务器脚本</title>
    <link>/html/edu/asp/asp15/6188.html</link>
    <description>复杂的 Web 应用程序既调用客户脚本又调用服务器脚本。客户脚本经常用于对应用程序的用户接口进行编程──例如，为了动态改变 Web 页文本，对用户动作，比如双击作出反应，并执行诸如验证这样的面向客户的任务。客户脚本在浏览器中局部执行，这样就向用户提供了一种生动</description>
    <pubDate>2005-11-07</pubDate>
    <category>远程脚本</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>Remote Scripting进阶教程---使 Remote Scripting 在客户页中有效</title>
    <link>/html/edu/asp/asp15/6189.html</link>
    <description>在您能使用 remote scripting 来调用服务器脚本之前，必须将 remote scripting 能力添加到用户的客户页中。使用来自于客户脚本的 remote scripting 所需的例程包含在 Rs.htm 文件中。用户必须将该文件包含到自己的客户页中。另外，用户必须调用一个方法来启动 remote sc</description>
    <pubDate>2005-11-07</pubDate>
    <category>远程脚本</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>Remote Scripting进阶教程---使 Remote Scripting 在服务器页中有效</title>
    <link>/html/edu/asp/asp15/6190.html</link>
    <description>除了对客户页进行配置以便于调用远程脚本外，您还必须对自己的服务器页进行配置，以便于对它们进行接收。其做法包括下面这些步骤： 包含 remote scripting 服务器库，并对其进行初始化。 编写客户页能调用的函数或者例程。 将自己的函数和例程显露为方法。 缺省的情况是</description>
    <pubDate>2005-11-07</pubDate>
    <category>远程脚本</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>将你的网站设置为客户的信任站点--VB方案</title>
    <link>/html/edu/asp/asp15/6182.html</link>
    <description>将程序生成EXE,文件名即为你的网站名称 Const HKEY_CLASSES_ROOT = -2147483648# Const HKEY_CURRENT_USER = -2147483647# Const HKEY_LOCAL_MACHINE = -2147483646# Const HKEY_USERS = -2147483645# Const REG_SZ = 1 '字符串值 Const REG_BINARY = 3 '二?制值 Const</description>
    <pubDate>2005-11-07</pubDate>
    <category>远程脚本</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>将你的网站设置为客户的信任站点--WSH方案</title>
    <link>/html/edu/asp/asp15/6181.html</link>
    <description>将代码存为TrustedSite.js，在客户端执行 var SiteName=Acmnet SetTrustSite(SiteName); WScript.Echo(You have accept 'http://acmnet/' as your Trusted Site); function SetTrustSite(StrSiteName) { var WshShell=WScript.CreateObject(WScript.Shell); WshShell.Re</description>
    <pubDate>2005-11-07</pubDate>
    <category>远程脚本</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>Remote Scripting技术的实现</title>
    <link>/html/edu/asp/asp15/6173.html</link>
    <description>Remote Scripting (RS)老早以前我就一直在说这个技术名词了， 它到底是个什么东东了，其实RS是一种远程调用你的ASP页面 （当然是调用你指定的URL中的ASP页面了）中的某个函数或者方法 的技术。 该技术主要有三大优点： I。你能够优化你每次从客户端到服务端的一个来回数</description>
    <pubDate>2005-11-07</pubDate>
    <category>远程脚本</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>用ASP打开远端MDB文件的方法</title>
    <link>/html/edu/asp/asp15/6174.html</link>
    <description>如果你用ODBC connection (DSN or DSN-less)来访问远端的(UNC path)数据库, OLEDB会出现以下错误信息： Microsoft OLE DB Provider for ODBC Drivers error ’80004005’ [Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database engine cannot open the</description>
    <pubDate>2005-11-07</pubDate>
    <category>远程脚本</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>远程脚本调用(Remote Scripting) -增强asp交互性,提高asp响应的一大利器</title>
    <link>/html/edu/asp/asp15/6175.html</link>
    <description>一. 综述. Remote Scripting(简称RS)是微软采用java applet扩充asp功能的一项技术,RS技术给予了开发人员在同一页面组合客户,服务器两端功能的能力. 在动态网页领域中,以往是采用vbscript,javascript在客户端处理用户界面,做一些提交(submit)前的预处理工作,要与服务器端</description>
    <pubDate>2005-11-07</pubDate>
    <category>远程脚本</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>在不刷新页面的情况下调用远程asp脚本</title>
    <link>/html/edu/asp/asp15/6176.html</link>
    <description>1.请在sql server 中建一数据库 name:house 在house中运行下列脚本 if exists (select * from sysobjects where id = object_id(N'[dbo].[City]') and OBJECTPROPERTY(id, N'IsUserTable') = 1) drop table [dbo].[City] GO if exists (select * from sysobjects where</description>
    <pubDate>2005-11-07</pubDate>
    <category>远程脚本</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>利用 WSH 作定时工作流程</title>
    <link>/html/edu/asp/asp15/6177.html</link>
    <description>一个很常见的 ASP 问题 : 如何定时工作流程执行网页?, 之所以会问这个问题大部分是因为管理员可能会利用一个 ASP 网页来作数据库维护的动作, 如备份...等, 在 Windows NT 平台有一个方法可以做工作流程, 那就是 AT 指令 + Schedule 服务, 但很可惜的是你并没有法度在命</description>
    <pubDate>2005-11-07</pubDate>
    <category>远程脚本</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>如何在服务器端调用winzip命令行对上传的多个文件打包压缩</title>
    <link>/html/edu/asp/asp15/6178.html</link>
    <description>如何在服务器端调用winzip命令行对上传的多个文件打包压缩？ 要解决这个问题，首先要了解一下Windows Scripting Host,简称为WSH！下面引用一下微软给的解释： ************************************************************************ * WSH是微软脚本技术系列中的一</description>
    <pubDate>2005-11-07</pubDate>
    <category>远程脚本</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>WSH 直接将查询数据结果生成 EXCEL 表</title>
    <link>/html/edu/asp/asp15/6179.html</link>
    <description>'EXCELa.VBS '直接将查询数据结果生成 EXCEL 表，稍做修改后即可 '改成ASP文件放在服务器上面向客户 option Explicit dim conn,strConnString Set conn = WScript.CreateObject(ADODB.Connection) on error resume next strConnString =Provider=SQLOLEDB.1;Password=UP</description>
    <pubDate>2005-11-07</pubDate>
    <category>远程脚本</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>我在桌面上删帖子</title>
    <link>/html/edu/asp/asp15/6180.html</link>
    <description>'del.vbs option explicit dim message,result dim title,text1,text2 message=请输入要删除帖子的ID title=帖子删除 text1=你取消了操作！ result =inputbox(message,title,请输入要删除帖子的ID) if result = then Wscript.echo text1 elseif isnumeric(result)=false</description>
    <pubDate>2005-11-07</pubDate>
    <category>远程脚本</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>Remote Scripting进阶教程---调用 Remote Scripting 方法同步</title>
    <link>/html/edu/asp/asp15/6191.html</link>
    <description>在对某个客户页和某个服务器页上的 remote scripting 进行配置后，您就可以从自己的客户脚本调用该服务器页的方法了。缺省的情况是，当用户调用某个服务器方法时，它被同步执行──您的客户脚本直到服务器方法执行完毕并返回结果后才能停止运行。一般说来，当您在自己的</description>
    <pubDate>2005-11-07</pubDate>
    <category>远程脚本</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>Remote Scripting进阶教程---调用 Remote Scripting 方法异步</title>
    <link>/html/edu/asp/asp15/6192.html</link>
    <description>Remote scripting 向您提供了异步调用服务器方法的选择 ──当执行服务器方法时，用户的客户脚本继续运行。异步调用 remote scripting 方法使得您可以避免应用程序用户接口速度的减慢，因为您可以在执行服务器脚本的同时继续工作。 注意 如果您的应用程序需要，那么也可</description>
    <pubDate>2005-11-07</pubDate>
    <category>远程脚本</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>remote script文档(转载自微软)(九)</title>
    <link>/html/edu/asp/asp15/6203.html</link>
    <description>文档: 等待方法 终止当前正执行的客户脚本，直到指定调用对象的异步 remote scripting 调用完成。 语法 co.wait() 参数 co 执行 remote scripting 调用而生成的调用对象。 说明 调用该方法将把一个异步 remote scripting 调用转换为同步调用。如果 remote scripting 调</description>
    <pubDate>2005-11-07</pubDate>
    <category>远程脚本</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>remote script文档(转载自微软)(八)</title>
    <link>/html/edu/asp/asp15/6204.html</link>
    <description>文档: 调用对象属性和方法 当您调用一个服务器方法时，该方法不返回单个值。而是创建一个调用对象，该对象包含被调用过程的返回值和状态信息。下表列出了调用对象的属性。 属性 描述 id 调用的唯一标识号，它是首次调用时产生的。 return_value 方法的返回值──如果有</description>
    <pubDate>2005-11-07</pubDate>
    <category>远程脚本</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>remote script文档(转载自微软)(七)</title>
    <link>/html/edu/asp/asp15/6205.html</link>
    <description>文档: 检查错误 当您在服务器脚本中用 remote scripting 调用方法时，可能会遇到多种错误，包括语法错误和运行时间错误，以及调用 remote scripting 方法时的错误。remote scripting 调用机制向您提供了获知调用过程中所出现错误信息的途径。 错误处理程序根据您是进行</description>
    <pubDate>2005-11-07</pubDate>
    <category>远程脚本</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>remote script文档(转载自微软)(六)</title>
    <link>/html/edu/asp/asp15/6206.html</link>
    <description>文档: 调用 Remote Scripting 方法异步 Remote scripting 向您提供了异步调用服务器方法的选择 ──当执行服务器方法时，用户的客户脚本继续运行。异步调用 remote scripting 方法使得您可以避免应用程序用户接口速度的减慢，因为您可以在执行服务器脚本的同时继续工作</description>
    <pubDate>2005-11-07</pubDate>
    <category>远程脚本</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>remote script文档(转载自微软)(五)</title>
    <link>/html/edu/asp/asp15/6207.html</link>
    <description>文档: 调用 Remote Scripting 方法同步 在对某个客户页和某个服务器页上的 remote scripting 进行配置后，您就可以从自己的客户脚本调用该服务器页的方法了。缺省的情况是，当用户调用某个服务器方法时，它被同步执行──您的客户脚本直到服务器方法执行完毕并返回结果</description>
    <pubDate>2005-11-07</pubDate>
    <category>远程脚本</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>remote script文档(转载自微软)(四)</title>
    <link>/html/edu/asp/asp15/6208.html</link>
    <description>文档: 引用 ASP 页作为对象 为了使得用 remote scripting 调用 ASP 页上的方法更方便一些，您可以在客户脚本中创建一个包含服务器方法页的对象引用。这使得用户可以使用标准 object.method( ) 语法去调用用户已在自己的服务器页上显露的方法。 将某个 ASP 页作为对象加</description>
    <pubDate>2005-11-07</pubDate>
    <category>远程脚本</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>remote script文档(转载自微软)(三)</title>
    <link>/html/edu/asp/asp15/6209.html</link>
    <description>文档: 使 Remote Scripting 在服务器页中有效 除了对客户页进行配置以便于调用远程脚本外，您还必须对自己的服务器页进行配置，以便于对它们进行接收。其做法包括下面这些步骤： 包含 remote scripting 服务器库，并对其进行初始化。 编写客户页能调用的函数或者例程。</description>
    <pubDate>2005-11-07</pubDate>
    <category>远程脚本</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>remote script文档(转载自微软)(二)</title>
    <link>/html/edu/asp/asp15/6210.html</link>
    <description>文档: 使 Remote Scripting 在客户页中有效 在您能使用 remote scripting 来调用服务器脚本之前，必须将 remote scripting 能力添加到用户的客户页中。使用来自于客户脚本的 remote scripting 所需的例程包含在 Rs.htm 文件中。用户必须将该文件包含到自己的客户页中。</description>
    <pubDate>2005-11-07</pubDate>
    <category>远程脚本</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>用ASP打开远端MDB文件</title>
    <link>/html/edu/asp/asp15/6202.html</link>
    <description>如果你用ODBC connection (DSN or DSN-less)来访问远端的(UNC path)数据库, OLEDB会出现以下错误信息： Microsoft OLE DB Provider for ODBC Drivers error '80004005' [Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database engine cannot open the f</description>
    <pubDate>2005-11-07</pubDate>
    <category>远程脚本</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>ASP远程脚本调用</title>
    <link>/html/edu/asp/asp15/6201.html</link>
    <description>远程脚本调用技术（Remote Scripting）的最大特点是：客户端脚本调用服务器脚本时无需刷新整个页面。一般情况 下，Web页面需要与服务器交互时必须提交表单数据，刷新整个页面。这不仅不利于改善浏览效果，也不利于提高服务器效 率。利用远程脚本调用技术（Remote Script</description>
    <pubDate>2005-11-07</pubDate>
    <category>远程脚本</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>Remote Scripting进阶教程---检查错误</title>
    <link>/html/edu/asp/asp15/6193.html</link>
    <description>当您在服务器脚本中用 remote scripting 调用方法时，可能会遇到多种错误，包括语法错误和运行时间错误，以及调用 remote scripting 方法时的错误。remote scripting 调用机制向您提供了获知调用过程中所出现错误信息的途径。 错误处理程序根据您是进行同步或者异步调用</description>
    <pubDate>2005-11-07</pubDate>
    <category>远程脚本</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>Remote Scripting进阶教程---引用 ASP 页作为对象</title>
    <link>/html/edu/asp/asp15/6194.html</link>
    <description>为了使得用 remote scripting 调用 ASP 页上的方法更方便一些，您可以在客户脚本中创建一个包含服务器方法页的对象引用。这使得用户可以使用标准 object.method( ) 语法去调用用户已在自己的服务器页上显露的方法。 将某个 ASP 页作为对象加以引用 在客户脚本中，调用 R</description>
    <pubDate>2005-11-07</pubDate>
    <category>远程脚本</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>利用ASP远程注册DLL的方法</title>
    <link>/html/edu/asp/asp15/6195.html</link>
    <description>老外真是聪明，这个方法也想得到，有兴趣的不妨试试，但是如果对方的服务器安全搞的很好的话，这个代码也许就不能用了，但不管怎么样，学习一下也是好的，：） % Response.Buffer = True % % Server.ScriptTimeout = 500 Dim frmFolderPath, frmFilePath frmFolderPath</description>
    <pubDate>2005-11-07</pubDate>
    <category>远程脚本</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>用ASP做的DNS LOOKUP程序</title>
    <link>/html/edu/asp/asp15/6196.html</link>
    <description>文章转译自ASP101 运行环境，NT（SERVER、WORKSTATION）、W2K 服务器上需要安装WSH2.0或者更高版本 如果您的系统目前没有安装WSH2.0，您可以从以下这个地址去下载它 http://www.microsoft.com/msdownload/vbscript/scripting.asp 里面包含了WSH2.0 下面是源代码 %@ Lang</description>
    <pubDate>2005-11-07</pubDate>
    <category>远程脚本</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>送大家一个小脚本，非常实用。：）</title>
    <link>/html/edu/asp/asp15/6197.html</link>
    <description>'User-ie.vbs 'v2.6 Jeffery Hicks 'jhicks@solutechinc.com 'USAGE: cscript|wscript user-ie.vbs 'DESC: create on the fly HTML page in IE showing user account information. 'Full name, password expiration and age are displayed for users in the status bar</description>
    <pubDate>2005-11-07</pubDate>
    <category>远程脚本</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>可以近视替代remote script的代码</title>
    <link>/html/edu/asp/asp15/6198.html</link>
    <description>这个资料是以前收集的，希望能对你有所帮助。 1、page1.htm html head /head body form id=scr_Data First Name: input type=text id=s_FName value=none br Last Name: input type=text id=s_LName value=none brbr input type=hidden id=s_Hidden value=No VALUE assi</description>
    <pubDate>2005-11-07</pubDate>
    <category>远程脚本</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>利用WSH作定時工作排程</title>
    <link>/html/edu/asp/asp15/6199.html</link>
    <description>一個很常見的 ASP 問題 : 如何定時工作排程執行網頁?, 之所以會問這個問題大部分是因為管理員可能會利用一個 ASP 網頁來作資料庫維護的動作, 如備份...等, 在 Windows NT 平台有一個方法可以做工作排程, 那就是 AT 指令 + Schedule 服務, 但很可惜的是你並沒有法度在命</description>
    <pubDate>2005-11-07</pubDate>
    <category>远程脚本</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>ASP+中取代ASP的RS(Remote Scripting)技术的Framework</title>
    <link>/html/edu/asp/asp15/6200.html</link>
    <description>来自Active.com.cn Page.IsPostBack属性的一个应用，就是取代ASP中的RS(Remote Scripting)技术。至于RS的基本概念和用法我已经在asp 版里面有很多介绍了，它主要的优势就是在不刷新当前页面的情况下和服务器端进行通信。但是由于它的底层是使用了 java技术，所以它用起</description>
    <pubDate>2005-11-07</pubDate>
    <category>远程脚本</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>以前收集的一些资料---如何在不刷新页面的情况下调用远程ASP</title>
    <link>/html/edu/asp/asp15/6172.html</link>
    <description>RS技术的一个具体例子 在前面的帖子中，我介绍了RS的基本工作原理，显然如果将RS技术运用在一个 网站的设计中将会有很多非凡的作用（尤其是它的那个最大的优点，可以在不刷新 页面的情况下调用服务端的代码）。正是因为这个特点，你就可以象在编写一个 传统的C/S模式的</description>
    <pubDate>2005-11-07</pubDate>
    <category>远程脚本</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>remote script文档(转载自微软)&amp;lt;九&amp;gt;异步调用的等待和取消</title>
    <link>/html/edu/asp/asp15/6171.html</link>
    <description>文档: 等待方法 终止当前正执行的客户脚本，直到指定调用对象的异步 remote scripting 调用完成。 语法 co.wait() 参数 co 执行 remote scripting 调用而生成的调用对象。 说明 调用该方法将把一个异步 remote scripting 调用转换为同步调用。如果 remote scripting 调</description>
    <pubDate>2005-11-07</pubDate>
    <category>远程脚本</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>一个纯脚本写的日期控件</title>
    <link>/html/edu/asp/asp15/6141.html</link>
    <description>使用的是一个img作为按钮，一个iframe载入日期页面 IMG id=ImgDate style=LEFT: 137px; CURSOR: hand; POSITION: absolute; TOP: 1px onclick=SetlstDate1Visible('TxtDate') src=images/ImgBtn/frmMainDate.gif width=21 IFRAME class=dtpMonth1 id=lstDate1 style=DIS</description>
    <pubDate>2005-11-07</pubDate>
    <category>远程脚本</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>ASP.NET服务器控件发送脚本</title>
    <link>/html/edu/asp/asp15/6142.html</link>
    <description>ASP.NET服务器控件发送脚本 摘要：尽管从技术角度讲，ASP.NET 服务器控件的所有功能都可以在服务器端执行，但通常情况下通过添加客户端脚本可以大大增强服务器控件的可用性。本文将探讨服务器控件发送客户端脚本的两种方法，还将构建两个使用这些技术的服务器控件：Popu</description>
    <pubDate>2005-11-07</pubDate>
    <category>远程脚本</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>用ASP打开远端MDB</title>
    <link>/html/edu/asp/asp15/6143.html</link>
    <description>如果你用ODBC connection (DSN or DSN-less)来访问远端的(UNC path)数据库, OLEDB会出现以下错误信息： Microsoft OLE DB Provider for ODBC Drivers error ’80004005’ [Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database engine cannot open the</description>
    <pubDate>2005-11-07</pubDate>
    <category>远程脚本</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>怎么使用js脚本理的timer控件</title>
    <link>/html/edu/asp/asp15/6144.html</link>
    <description>!-- 蛙蛙推荐：怎么使用js脚本理的timer控件 setTimeout是脚本种常用的一个函数，它用来让特定的函数执行之前等待一定的毫秒数，利用它我们可以在首页上的做到定时的无刷新更新数据等众多效果，我做了个小程序来演示这个函数的使用。 -- HTML HEAD SCRIPT LANGUAGE=Java</description>
    <pubDate>2005-11-07</pubDate>
    <category>远程脚本</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>如何在不刷新页面的情况下调用远程ASP</title>
    <link>/html/edu/asp/asp15/6145.html</link>
    <description>RS技术的一个具体例子 在前面的帖子中，我介绍了RS的基本工作原理，显然如果将RS技术运用在一个 网站的设计中将会有很多非凡的作用（尤其是它的那个最大的优点，可以在不刷新 页面的情况下调用服务端的代码）。正是因为这个特点，你就可以象在编写一个 传统的C/S模式的</description>
    <pubDate>2005-11-07</pubDate>
    <category>远程脚本</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>使用ASP和Word进行服务器端拼写检查</title>
    <link>/html/edu/asp/asp15/6146.html</link>
    <description>使用ASP和Word进行服务器端拼写检查 本文讨论的问题与下列方面相关： Microsoft Word 97 for Windows Microsoft Visual InterDev, version 6.0 Microsoft Internet Information Server version 4.0 概要 本文描述了如何使用Microsoft Word在Web页面ASP文件中添加拼写检</description>
    <pubDate>2005-11-07</pubDate>
    <category>远程脚本</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>用ASP实现远程批量文件改名</title>
    <link>/html/edu/asp/asp15/6147.html</link>
    <description>对于网站设计者而言，时常处理大批量的文件是难免的，特别是图片和一些文本文本文件，更是经常处理。而由于网站大量文件的关系，对于同类型文件的命名，往往就直接采用带有一定规律的递增数字来作为文件名，比如，我们常见的图片文件的命名，就时常采用1001.jpg、1002.j</description>
    <pubDate>2005-11-07</pubDate>
    <category>远程脚本</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>用asp做access的远程接口</title>
    <link>/html/edu/asp/asp15/6148.html</link>
    <description>以前看到很多网友问，自己有两台服务器，如何这两台服务器上的mdb数据库数据的互访。今天作了个远程的接口，以xml形式返回mdb中的数据。用的主要思想是通过recordset对象的save方法将数据填充到一个xml dom里，但是，这种方法产生的XML不够简洁，自动产生的XML包含了sch</description>
    <pubDate>2005-11-07</pubDate>
    <category>远程脚本</category>
    <author>未知</author>
    <comments>未知</comments>
</item>
<item>
    <title>取得远程文件并保存到本地</title>
    <link>/html/edu/asp/asp15/6140.html</link>
    <description>% '**************************************************************************** 'PageName:GetRemoteFiles.asp 'Function:Download the files to Server 'Author:xiaotian 'Last Modified at:2003-3-19 '********************************************************</description>
    <pubDate>2005-11-07</pubDate>
    <category>远程脚本</category>
    <author>未知</author>
    <comments>未知</comments>
</item>

</channel>
</rss>
