<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title>语言脚本</title>
<link>/lang/index.shtml</link>
<description>互联网 / 语言脚本</description>
<language>zh-cn</language>
<generator>&lt;a href='http://www.poohu.com' target='_blank'&gt;poohu.com&lt;/a&gt; &lt;A href=&quot;http://www.miibeian.gov.cn/&quot;&gt;陕ICP备06010975号&lt;/A&gt;&lt;script src='/js/3count.js' language='javascript'&gt;&lt;/script&gt;</generator>
<webmaster>info@poohu.com</webmaster>
<item>
    <title>VBScript教程 第三课</title>
    <link>/lang/vbs/100555.shtml</link>
    <description>什么是 VBScript 数据类型？ VBScript 只有一种数据类型，称为 Variant。Variant 是一种特殊的数据类型，根据使用的方式，它可以包含不同类别的信息。因为 Variant 是 VBScript 中唯一的数据类型，所以它也是 VBScript 中所有函数的返回值的数据类型。 最简单的 Varian</description>
    <pubDate>2006-10-22</pubDate>
    <category>VBScript</category>
    <author>佚名</author>
    <comments>扑虎网</comments>
</item>
<item>
    <title>VBScript教程 第二课</title>
    <link>/lang/vbs/100554.shtml</link>
    <description>SCRIPT 元素用于将 VBScript 代码添加到 HTML 页面中。 SCRIPT 标记 VBScript 代码写在成对的 SCRIPT 标记之间。例如，以下代码为一个测试传递日期的过程： SCRIPT LANGUAGE=&quot;VBScript&quot; !-- Function CanDeliver(Dt) CanDeliver = (CDate(Dt) - Now()) 2 End Function</description>
    <pubDate>2006-10-22</pubDate>
    <category>VBScript</category>
    <author>佚名</author>
    <comments>扑虎网</comments>
</item>
<item>
    <title>VBScript教程 目录</title>
    <link>/lang/vbs/100552.shtml</link>
    <description>Microsoft Visual Basic Scripting Edition 是程序开发语言 Visual Basic 家族的最新成员，它将灵活的 Script 应用于更广泛的领域，包括 Microsoft Internet Explorer 中的 Web 客户机 Script 和 Microsoft Internet Information Server 中的 Web 服务器 Script。 * 什</description>
    <pubDate>2006-10-22</pubDate>
    <category>VBScript</category>
    <author>佚名</author>
    <comments>扑虎网</comments>
</item>
<item>
    <title>VBScript教程 第一课</title>
    <link>/lang/vbs/100553.shtml</link>
    <description>Microsoft Visual Basic Scripting Edition 是程序开发语言 Visual Basic 家族的最新成员，它将灵活的 Script 应用于更广泛的领域，包括 Microsoft Internet Explorer 中的 Web 客户机 Script 和 Microsoft Internet Information Server 中的 Web 服务器 Script。 易学</description>
    <pubDate>2006-10-22</pubDate>
    <category>VBScript</category>
    <author>佚名</author>
    <comments>扑虎网</comments>
</item>
<item>
    <title>VBScript教程 第十三课</title>
    <link>/lang/vbs/100551.shtml</link>
    <description>简单验证 使用 Visual Basic Scripting Edition，您可以完成通常要在服务器上进行的大量窗体处理工作，也可以完成不能在服务器上进行的工作。 这是一个简单的客户端验证的样例。HTML 代码的结果是一个文本框和一个按钮。如果使用 Microsoft? Internet Explorer 查看用</description>
    <pubDate>2006-10-22</pubDate>
    <category>VBScript</category>
    <author>佚名</author>
    <comments>扑虎网</comments>
</item>
<item>
    <title>VBScript教程 第十二课</title>
    <link>/lang/vbs/100550.shtml</link>
    <description>一个简单页面 使用 Microsoft? Internet Explorer 可以查看用以下 HTML 代码制作的页面。如果单击页面上的按钮，可看到 VBScript 的运行结果。 HTML HEADTITLE一个简单首页/TITLE SCRIPT LANGUAGE=&quot;VBScript&quot; !-- Sub Button1_OnClick MsgBox &quot;Mirabile visu.&quot; End Sub</description>
    <pubDate>2006-10-22</pubDate>
    <category>VBScript</category>
    <author>佚名</author>
    <comments>扑虎网</comments>
</item>
<item>
    <title>VBScript教程 第十一课</title>
    <link>/lang/vbs/100549.shtml</link>
    <description></description>
    <pubDate>2006-10-22</pubDate>
    <category>VBScript</category>
    <author>佚名</author>
    <comments>扑虎网</comments>
</item>
<item>
    <title>VBScript教程 第十课</title>
    <link>/lang/vbs/100548.shtml</link>
    <description>什么是编码约定？ 编码约定是帮助您使用 Microsoft Visual Basic Scripting Edition 编写代码的一些建议。编码约定包含以下内容： ·对象、变量和过程的命名约定 ·注释约定 ·文本格式和缩进指南 使用一致的编码约定的主要原因是使 Script 或 Script 集的结构和编码样</description>
    <pubDate>2006-10-22</pubDate>
    <category>VBScript</category>
    <author>佚名</author>
    <comments>扑虎网</comments>
</item>
<item>
    <title>VBScript教程 第九课</title>
    <link>/lang/vbs/100547.shtml</link>
    <description>过程分类 在 VBScript 中，过程被分为两类：Sub 过程和 Function 过程。 Sub 过程 Sub 过程是包含在 Sub 和 End Sub 语句之间的一组 VBScript 语句，执行操作但不返回值。Sub 过程可以使用参数（由调用过程传递的常数、变量或表达式）。如果 Sub 过程无任何参数，则 Su</description>
    <pubDate>2006-10-22</pubDate>
    <category>VBScript</category>
    <author>佚名</author>
    <comments>扑虎网</comments>
</item>
<item>
    <title>VBScript教程 第八课</title>
    <link>/lang/vbs/100546.shtml</link>
    <description>使用循环重复执行代码 循环用于重复执行一组语句。循环可分为三类：一类在条件变为 False 之前重复执行语句，一类在条件变为 True 之前重复执行语句，另一类按照指定的次数重复执行语句。 在 VBScript 中可使用下列循环语句： ·Do...Loop： 当（或直到）条件为 True</description>
    <pubDate>2006-10-22</pubDate>
    <category>VBScript</category>
    <author>佚名</author>
    <comments>扑虎网</comments>
</item>
<item>
    <title>VBScript教程 第六课</title>
    <link>/lang/vbs/100544.shtml</link>
    <description>VBScript 有一套完整的运算符，包括算术运算符、比较运算符、连接运算符和逻辑运算符。 运算符优先级 当表达式包含多个运算符时，将按预定顺序计算每一部分，这个顺序被称为运算符优先级。可以使用括号越过这种优先级顺序，强制首先计算表达式的某些部分。运算时，总是</description>
    <pubDate>2006-10-22</pubDate>
    <category>VBScript</category>
    <author>佚名</author>
    <comments>扑虎网</comments>
</item>
<item>
    <title>VBScript教程 第七课</title>
    <link>/lang/vbs/100545.shtml</link>
    <description>控制程序执行 使用条件语句和循环语句可以控制 Script 的流程。使用条件语句可以编写进行判断和重复操作的 VBScript 代码。在 VBScript 中可使用以下条件语句： · If...Then...Else 语句 · Select Case 语句 使用 If...Then...Else 进行判断 If...Then...Else 语句用</description>
    <pubDate>2006-10-22</pubDate>
    <category>VBScript</category>
    <author>佚名</author>
    <comments>扑虎网</comments>
</item>
<item>
    <title>VBScript教程 第五课</title>
    <link>/lang/vbs/100543.shtml</link>
    <description>什么是常数？ 常数是具有一定含义的名称，用于代替数字或字符串，其值从不改变。VBScript 定义了许多固有常数。详细信息，请参阅 VBScript 语言参考。 创建常数 您可以使用 Const 语句在 VBScript 中创建用户自定义常数。使用 Const 语句可以创建名称具有一定含义的字</description>
    <pubDate>2006-10-22</pubDate>
    <category>VBScript</category>
    <author>佚名</author>
    <comments>扑虎网</comments>
</item>
<item>
    <title>VBScript教程 第四课</title>
    <link>/lang/vbs/100542.shtml</link>
    <description>什么是变量？ 变量是一种使用方便的占位符，用于引用计算机内存地址，该地址可以存储 Script 运行时可更改的程序信息。例如，可以创建一个名为 ClickCount 的变量来存储用户单击 Web 页面上某个对象的次数。使用变量并不需要了解变量在计算机内存中的地址，只要通过变</description>
    <pubDate>2006-10-22</pubDate>
    <category>VBScript</category>
    <author>佚名</author>
    <comments>扑虎网</comments>
</item>
<item>
    <title>VBScript教程 第十四课</title>
    <link>/lang/vbs/100541.shtml</link>
    <description>使用对象 无论使用的是 ActiveX? 控件（以前称为 OLE 控件）还是 Java? 对象，Microsoft Visual Basic Scripting Edition 和 Microsoft? Internet Explorer 都以相同的方式处理它们。如果您使用的是 Internet Explorer 并且 ActiveX 库中安装了这些控件，就会看到由以</description>
    <pubDate>2006-10-22</pubDate>
    <category>VBScript</category>
    <author>佚名</author>
    <comments>扑虎网</comments>
</item>
<item>
    <title>今天正好用MD5，.Net的Framework里有现成的。但是俺又找了个算法原型（VbScript）。一供其它语言参考</title>
    <link>/lang/vbs/100540.shtml</link>
    <description>% ' Derived from the RSA Data Security, Inc. MD5 Message-Digest Algorithm, ' as set out in the memo RFC1321. ' ' ' ASP VBScript code for generating an MD5 'digest' or 'signature' of a string. The ' MD5 algorithm is one of the industry standard metho</description>
    <pubDate>2006-10-22</pubDate>
    <category>VBScript</category>
    <author>佚名</author>
    <comments>扑虎网</comments>
</item>
<item>
    <title>VBScript教程 第四课 VBScript变量</title>
    <link>/lang/vbs/100539.shtml</link>
    <description>什么是变量？ 变量是一种使用方便的占位符，用于引用计算机内存地址，该地址可以存储 Script 运行时可更改的程序信息。例如，可以创建一个名为 ClickCount 的变量来存储用户单击 Web 页面上某个对象的次数。使用变量并不需要了解变量在计算机内存中的地址，只要通过变</description>
    <pubDate>2006-10-18</pubDate>
    <category>VBScript</category>
    <author>佚名</author>
    <comments>扑虎网</comments>
</item>
<item>
    <title>VBScript教程 第三课 VBScript数据类型</title>
    <link>/lang/vbs/100538.shtml</link>
    <description>什么是 VBScript 数据类型？ VBScript 只有一种数据类型，称为 Variant。Variant 是一种特殊的数据类型，根据使用的方式，它可以包含不同类别的信息。因为 Variant 是 VBScript 中唯一的数据类型，所以它也是 VBScript 中所有函数的返回值的数据类型。 最简单的 Varian</description>
    <pubDate>2006-10-18</pubDate>
    <category>VBScript</category>
    <author>佚名</author>
    <comments>扑虎网</comments>
</item>
<item>
    <title>showModalDialog()、showModelessDialog()方法使用详解</title>
    <link>/lang/vbs/100537.shtml</link>
    <description>Javascript有许多内建的方法来产生对话框，如：window.alert(), window.confirm(),window.prompt().等。 然而IE提供更多的方法支持对话框。如： showModalDialog() (IE 4+ 支持) showModelessDialog() (IE 5+ 支持) window.showModalDialog()方法用来创建一个显示HTML</description>
    <pubDate>2006-10-18</pubDate>
    <category>VBScript</category>
    <author>佚名</author>
    <comments>扑虎网</comments>
</item>
<item>
    <title>HTC基础篇（一）－－概述</title>
    <link>/lang/vbs/100536.shtml</link>
    <description>HTC 指南 在微软(R)Internet Explorer 5中介绍，HTML组件(HTCs)提供一种机制来使用脚本作为动态HTML(DHTML)行为实现组件功能。以.htc扩展名保存，一份HTC是一份包含脚本和一组用于定义组件的HTC特殊元素的HTML文件。此部分包含相关元素和它们支持的成员。 对象 documen</description>
    <pubDate>2006-10-18</pubDate>
    <category>VBScript</category>
    <author>佚名</author>
    <comments>扑虎网</comments>
</item>
<item>
    <title>跟随鼠标的八条线(IE)</title>
    <link>/lang/js/100535.shtml</link>
    <description>html title跟随鼠标的八条线 -51windows.Net/title head meta name=&quot;keywords&quot; content=&quot;51windows.Net&quot; meta http-equiv=Content-Type content=&quot;text/html; charset=gb2312&quot; /head body STYLE .disableHscroll{width:100%;overflow-x:hidden;overflow-y:scroll;} v\:*</description>
    <pubDate>2006-04-13</pubDate>
    <category>JavaScript</category>
    <author>佚名</author>
    <comments>扑虎网</comments>
</item>
<item>
    <title>Web Tabs</title>
    <link>/lang/js/100534.shtml</link>
    <description>html head titleWeb Tabs Demo - 51windows.net/title style body { background: buttonface; font-family: Tahoma; font-size: 12px; margin: 0px } div,td{font-size:9pt;} /style script type=&quot;text/javascript&quot; src=&quot;webtabs.js&quot;/script script language=javascrip</description>
    <pubDate>2006-04-13</pubDate>
    <category>JavaScript</category>
    <author>佚名</author>
    <comments>扑虎网</comments>
</item>
<item>
    <title>自定义超链接的Title</title>
    <link>/lang/js/100533.shtml</link>
    <description>html head meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=gb2312&quot; title自定义title - 51windows.net/title /head body pB自定义title/B(IE)：把鼠标放在下面的文字上查看效果/p span title=&quot;Javascript&quot; title=&quot;&quot;默认效果/spanbrbr span title=&quot;marque</description>
    <pubDate>2006-04-13</pubDate>
    <category>JavaScript</category>
    <author>佚名</author>
    <comments>扑虎网</comments>
</item>
<item>
    <title>模拟QQ的菜单</title>
    <link>/lang/js/100531.shtml</link>
    <description>STYLE type=&quot;text/css&quot; A:link { COLOR: #000000; FONT-SIZE: 12px; TEXT-DECORATION: none} A:visited { COLOR: #000000; FONT-SIZE: 12px; TEXT-DECORATION: none} A:hover { COLOR: #006CD9; FONT-SIZE: 12px; TEXT-DECORATION: none} BODY { FONT-SIZE: 12px;} TD</description>
    <pubDate>2006-04-13</pubDate>
    <category>JavaScript</category>
    <author>佚名</author>
    <comments>扑虎网</comments>
</item>
<item>
    <title>用层模拟的窗口</title>
    <link>/lang/js/100532.shtml</link>
    <description>html head title_xWin/title meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=gb2312&quot; META NAME=&quot;Description&quot; CONTENT=&quot; http://www.51windows.Net &quot; style type='text/css' !-- body{font-size:12px;} a:visited{text-decoration:none;color:slategray</description>
    <pubDate>2006-04-13</pubDate>
    <category>JavaScript</category>
    <author>佚名</author>
    <comments>扑虎网</comments>
</item>
<item>
    <title>效果不错的变色菜单</title>
    <link>/lang/js/100530.shtml</link>
    <description>style /* 先把这个 xmenu 的样式放到css里 */ .xmenu td{font-size:12px;font-family:verdana,arial;font-weight:bolder;color:#ffffff;border:1px solid #336699;background:#336699;filter:blendtrans(duration=0.5);cursor:hand;text-align:center;} /style script</description>
    <pubDate>2006-04-13</pubDate>
    <category>JavaScript</category>
    <author>佚名</author>
    <comments>扑虎网</comments>
</item>
<item>
    <title>多级右键菜单</title>
    <link>/lang/js/100529.shtml</link>
    <description>HTMLHEADTITLE多级右键菜单 - 51windows.Net/TITLE META content=&quot;text/html; charset=gb2312&quot; http-equiv=Content-Type STYLE type=text/cssBODY { FONT-SIZE: 12px; } .info{FONT-SIZE: 14px;color:#FFFFFF;font-family:@Tahoma,@宋体;width:20px} TABLE { CURSOR: d</description>
    <pubDate>2006-04-13</pubDate>
    <category>JavaScript</category>
    <author>佚名</author>
    <comments>扑虎网</comments>
</item>
<item>
    <title>ie里window的method列表</title>
    <link>/lang/js/100528.shtml</link>
    <description>alert(sMsg) //弹出一个确认消息框 attachEvent(sEvent,pFunction) //绑定一个函数到某个事件，事件触发时随机执行其中一个被绑定的函数 blur() //令窗口丧失焦点 clearInterval(iIntervalID) //清除指定定时器的关联函数 clearTimeout(iTimeoutID) //清除指定延时器的</description>
    <pubDate>2006-04-13</pubDate>
    <category>JavaScript</category>
    <author>51window…</author>
    <comments>扑虎网</comments>
</item>
<item>
    <title>特效代码收集</title>
    <link>/lang/js/100527.shtml</link>
    <description>滚动条 CODE:[url=###][Copy to clipboard][/url] 1．overflow内容溢出时的设置（设定被设定对象是否显示滚动条） overflow-x水平方向内容溢出时的设置 overflow-y垂直方向内容溢出时的设置 以上三个属性设置的值为visible(默认值)、scroll、hidden、auto。 2．scrollb</description>
    <pubDate>2006-04-13</pubDate>
    <category>JavaScript</category>
    <author>cms8.com</author>
    <comments>扑虎网</comments>
</item>
<item>
    <title>用JavaScript保护页面</title>
    <link>/lang/js/100525.shtml</link>
    <description>//不允许页面单独打开 if (window.top.location==window.location){ window.top.location=&quot;指定的地址&quot;; } //不允许页面嵌在框架里 if (window.top.location!=window.location){ window.top.location=window.location; }</description>
    <pubDate>2006-04-13</pubDate>
    <category>JavaScript</category>
    <author>赵某</author>
    <comments>扑虎网</comments>
</item>
<item>
    <title>轻松搞定网页的【简繁转换】</title>
    <link>/lang/js/100526.shtml</link>
    <description>对网页进行简繁字体转换的方法一般有两种：一是使用《简繁通》这样的专业软件，另外一种是制作两套版本的网页。显然，这两种方法都较为麻烦，而且专业软件一般不能用于免费的空间。笔者在这里给大家提供一个非常简单的方法，只须在页面上添加几行代码就可以轻松搞</description>
    <pubDate>2006-04-13</pubDate>
    <category>JavaScript</category>
    <author>cms8.com</author>
    <comments>扑虎网</comments>
</item>
<item>
    <title>JS脚本控制的广告-对联（没有关闭）</title>
    <link>/lang/js/100524.shtml</link>
    <description>function initEcAd() { document.all.AdLayer1.style.posTop = -200; document.all.AdLayer1.style.visibility = 'visible' document.all.AdLayer2.style.posTop = -200; document.all.AdLayer2.style.visibility = 'visible' MoveLeftLayer('AdLayer1'); MoveRightLay</description>
    <pubDate>2006-04-12</pubDate>
    <category>JavaScript</category>
    <author>佚名</author>
    <comments>扑虎网</comments>
</item>
<item>
    <title>图片下拉选择器的制作(1)</title>
    <link>/lang/js/100522.shtml</link>
    <description>相信大家都见过一些软件里的图片下拉选择控件吧？喏，OICQ中就有。但网页上的你见过没有？小阳今天就为你推出你心怡已久的这个控件，下面演示中就是了！效果还可以吧？心动不如行动，我们来看下是怎么弄出来的。 演示：(点击 这里 在新窗口中打开演示页) 我们先来看下</description>
    <pubDate>2006-10-22</pubDate>
    <category>JavaScript</category>
    <author>佚名</author>
    <comments>扑虎网</comments>
</item>
<item>
    <title>图片下拉选择器的制作(2)</title>
    <link>/lang/js/100523.shtml</link>
    <description>第三 ，图片下拉列表框的滚动，要保证自动滚动到相应的图片出现在列表框的顶端：当手动滚动停止时，如果滚动条趋势是向下滚动，则自动继续向下滚动直至最近的图片在列表框的顶端，反之亦然。 例子中我们将所有供选图片命名为“0.gif”、“1.gif”……“9.gif”，并放在</description>
    <pubDate>2006-10-22</pubDate>
    <category>JavaScript</category>
    <author>佚名</author>
    <comments>扑虎网</comments>
</item>
<item>
    <title>用&amp;#106avascript实现浏览器地震效果</title>
    <link>/lang/js/100521.shtml</link>
    <description>一种把人吓一跳的感觉。实现方法是，把下面的JavaScript代码加入到 body与 /body之间： script language=&quot;JavaScript&quot; function surfto(form) { var myindex=form.select1.selectedIndex if (form.select1.options[myindex].value != null) { parent.main.location.hre</description>
    <pubDate>2006-10-22</pubDate>
    <category>JavaScript</category>
    <author>佚名</author>
    <comments>扑虎网</comments>
</item>
<item>
    <title>使主页呈现“飞舞”特效</title>
    <link>/lang/js/100520.shtml</link>
    <description>朋友，“天上掉陷饼”都听说过吧？呵呵，陷饼它算个么，今天教你一个天上掉￥的招儿，并且～～哗啦啦地掉！哈～哈～哈，来吧^_* 首先看效果 将下面的JavaScript代码加到 head 区就成了: Script Language=&quot;JavaScript&quot; !-- Begin var no = 30; //设定下落字符数量 var s</description>
    <pubDate>2006-10-22</pubDate>
    <category>JavaScript</category>
    <author>佚名</author>
    <comments>扑虎网</comments>
</item>
<item>
    <title>如何制作浮动广告</title>
    <link>/lang/js/100519.shtml</link>
    <description>漫游于网络之间，你会发觉，因特网不但是信息的海洋，也是广告的海洋。除了普通的Gif Banner、Flash外，浮动广告也是时下网上较为流行的广告形式之一。当你拖动浏览器的滚动条时，这种在页面上浮动的广告，可以跟随屏幕一起移动。尽管这种效果对于广告展示有相当的实用</description>
    <pubDate>2006-10-22</pubDate>
    <category>JavaScript</category>
    <author>佚名</author>
    <comments>扑虎网</comments>
</item>
<item>
    <title>让弹出窗口变得“体贴”一些</title>
    <link>/lang/js/100518.shtml</link>
    <description>让弹出窗口变得体贴一些 在网上冲浪时进入一些网站会出现弹出窗口。它可能是站长对你的亲切问候，也可能是网站的重要通告、网站广告之类的。但用得不好会让人产生厌烦心理。如何才能让弹出窗口发挥作用，而又不影响浏览者浏览页面呢？ 一般的弹出窗口都需要你去关闭它</description>
    <pubDate>2006-10-22</pubDate>
    <category>JavaScript</category>
    <author>佚名</author>
    <comments>扑虎网</comments>
</item>
<item>
    <title>用&amp;#106avascript实现变色背景和文字(2)</title>
    <link>/lang/js/100517.shtml</link>
    <description>2、前景文字： html head title bgcolor /title meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=gb2312&quot; script language=&quot;JavaScript&quot; !-- //you can assign the initial color of the background here r=255; g=0; b=0; flag=0; t=new Array; o=new Ar</description>
    <pubDate>2006-10-22</pubDate>
    <category>JavaScript</category>
    <author>佚名</author>
    <comments>扑虎网</comments>
</item>
<item>
    <title>初学&amp;#106avascript之cookie篇(1)</title>
    <link>/lang/js/100516.shtml</link>
    <description>简介 ==================================== 问题是我想解决自动访问http://www.thehungersite.com。这个页面能够限制你每一天只访问它一次（不要忘记在这链接上点击）。 现在为止，每次一开始我做的第一件事就是手工选择我的书签加载这个页面。 为什么不为它创建一个</description>
    <pubDate>2006-10-22</pubDate>
    <category>JavaScript</category>
    <author>佚名</author>
    <comments>扑虎网</comments>
</item>
<item>
    <title>HTC——浏览器上的舞者</title>
    <link>/lang/js/100515.shtml</link>
    <description>很久以来一直为页面工作的繁琐和杂乱而苦恼，做B/S很多时候痛苦就在做表现层这一块，业务逻辑和数据层的处理反而轻松不少。为什么？因为不能复用，大量的CSS和Javascript和HTML交错在一起，然后再夹杂一些程序代码，维护的时候只有痛苦的感觉，往往做好了就不愿意动，</description>
    <pubDate>2006-10-22</pubDate>
    <category>JavaScript</category>
    <author>佚名</author>
    <comments>扑虎网</comments>
</item>
<item>
    <title>用&amp;#106avascript实现文件夹轻松加密</title>
    <link>/lang/js/100514.shtml</link>
    <description>电脑里经常会存储着重要文件，这些文件需要进行加密，有许多方法来实现。但如果想对一个文件夹里的所有文件都进行加密，数量少还可以，要是数量多岂不是得把人累死？ 因此，今天我要告诉您一个好方法：给Windows 9x/2000文件夹加密。通过给一个文件夹加密就可使该文件</description>
    <pubDate>2006-10-22</pubDate>
    <category>JavaScript</category>
    <author>佚名</author>
    <comments>扑虎网</comments>
</item>
<item>
    <title>用&amp;#106avascript实现浏览器地震效果</title>
    <link>/lang/js/100513.shtml</link>
    <description>一种把人吓一跳的感觉。实现方法是，把下面的JavaScript代码加入到 body与 /body之间： script language=&quot;JavaScript&quot; function surfto(form) { var myindex=form.select1.selectedIndex if (form.select1.options[myindex].value != null) { parent.main.location.hre</description>
    <pubDate>2006-10-22</pubDate>
    <category>JavaScript</category>
    <author>佚名</author>
    <comments>扑虎网</comments>
</item>
<item>
    <title>图片控制的渐变色文字(2)</title>
    <link>/lang/js/100512.shtml</link>
    <description>演示中小阳用了以下这幅图片： 这是很简单的动画，只是元件位置的移动而已，自己做一个也不难吧。下面介绍实现的代码： !-- 第一步，设置背景图片。我们把它的尺寸设到最小，因为它会被“撑大”。黑色背景的设置是为防止图片加载错误时文字看不到 -- div style=&quot;backgr</description>
    <pubDate>2006-10-22</pubDate>
    <category>JavaScript</category>
    <author>佚名</author>
    <comments>扑虎网</comments>
</item>
<item>
    <title>&amp;#106avascript实例教程(21-11)</title>
    <link>/lang/js/100511.shtml</link>
    <description>使用JavaScript中的OLE Automation 7. 怎样处理集对象 Automation对象与其它的Jscript对象有些有相同的结构。它暴露了多种方法和属性，我们可以对它们进行处理。如果你从来没有接触Visual Basic，你可能就不熟悉集对象了。集就是相关项的组。集用在Visual Basic主要是</description>
    <pubDate>2006-10-22</pubDate>
    <category>JavaScript</category>
    <author>佚名</author>
    <comments>扑虎网</comments>
</item>
<item>
    <title>&amp;#106avascript 小技巧(第二集)</title>
    <link>/lang/js/100509.shtml</link>
    <description>第二集 如何在页面内加入日期 我们要告诉你一个使用日期和时间的例子，是从你个人客户端机器获取日期和时间。 做法如下： ＜script language=&quot;LiveScript&quot; ＜!-- Hiding today = new Date() document.write(&quot;现在时间是 &quot;,today.getHours(),&quot;:&quot;, today.getMinutes()) d</description>
    <pubDate>2006-10-22</pubDate>
    <category>JavaScript</category>
    <author>佚名</author>
    <comments>扑虎网</comments>
</item>
<item>
    <title>&amp;#106avascript实例教程(21-10)</title>
    <link>/lang/js/100510.shtml</link>
    <description>使用JavaScript中的OLE Automation 6. 怎样提高脚本程序的性能 自从我们处理重的对象模型（比如Word.Application）和应用程序实例，注意系统的资源示相当重要的。一旦我们完成对应用程序实例的处理，我们必须去掉它，以从内存重清除对象的实例。在Jscript中有唯一的方</description>
    <pubDate>2006-10-22</pubDate>
    <category>JavaScript</category>
    <author>佚名</author>
    <comments>扑虎网</comments>
</item>
<item>
    <title>&amp;#106avascript 小技巧(第一集)</title>
    <link>/lang/js/100508.shtml</link>
    <description>第一集 如何用滑鼠控制Web页面 在这一部分首先要为你展示的JavaScript特性是将你的滑鼠移到这个不同颜色的连结上面，此时看看浏览器下的状态列有何结果，然后这样的功能我们可以与JavaScript的功能相结合。怎样做到的呢 以下就是这一个连结的作法: ＜a href=&quot;tpage.htm</description>
    <pubDate>2006-10-22</pubDate>
    <category>JavaScript</category>
    <author>佚名</author>
    <comments>扑虎网</comments>
</item>
<item>
    <title>在IE中使用&amp;#106avascript(二)</title>
    <link>/lang/js/100507.shtml</link>
    <description></description>
    <pubDate>2006-10-22</pubDate>
    <category>JavaScript</category>
    <author>佚名</author>
    <comments>扑虎网</comments>
</item>
<item>
    <title>&amp;#106avascript制作闪烁的边框</title>
    <link>/lang/js/100505.shtml</link>
    <description>本文介绍用JS来制作闪烁的边框，演示地址：http://www.85time.com首页，我仅制作了一个闪烁的边框，若想一个以上的边框都能闪烁，可以定义多个变量，本文中，我仅定义了一个变量mydowns！ 代码如下，共有两个文件： 文件一：mydowns.js !-- function flash(){ if (!doc</description>
    <pubDate>2006-10-22</pubDate>
    <category>JavaScript</category>
    <author>佚名</author>
    <comments>扑虎网</comments>
</item>

</channel>
</rss>
