<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0">
<channel>
<title>Htc</title>
<link>http://www.itxuexi.com/tech/list_69_1.html</link>
<description>技术应用 / 脚本技术 / Htc</description>
<language>zh-cn</language>
<generator><![CDATA[Copyright &amp;copy; 2009-2011 IT学习网 版权所有]]></generator>
<webmaster>no-reply@itxuexi.com</webmaster>
<item>
    <title><![CDATA[鼠标放上去超链接的文字逐个加色效果]]></title>
    <link>http://www.itxuexi.com/tech/83045.html</link>
    <description><![CDATA[link.htc复制代码代码如下:amp;lt;public:componentamp;gt;amp;lt;public:attachevent=amp;quot;onmouseoveramp;quot;onevent=amp;quot;domouseover()amp;quot;amp;gt;amp;lt;public:attachevent=amp;quot;onmouseoutamp;quot;onevent=amp;quot;domo]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>Htc</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[HTML Component(HTC) 小应用]]></title>
    <link>http://www.itxuexi.com/tech/83044.html</link>
    <description><![CDATA[在微软IE5.0版本的浏览器发布以前，网页编程中面对的最大挑战就是不能轻易地创建组件，以达到代码重用和多页面共享的目的。这个问题一直困扰着DHTML（动态HEML）的网页编程者。他们只能不]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>Htc</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[用htc实现进度条控件]]></title>
    <link>http://www.itxuexi.com/tech/83043.html</link>
    <description><![CDATA[复制代码代码如下:amp;lt;PUBLIC:COMPONENTamp;gt;amp;lt;PUBLIC:METHODNAME=amp;quot;Initamp;quot;INTERNALNAME=amp;quot;fnCreateProgressBaramp;quot;/amp;gt;amp;lt;PUBLIC:METHODNAME=amp;quot;showProgressamp;quot;INTERNALNAME=amp;quot;sh]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>Htc</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[用htc实现验证模块]]></title>
    <link>http://www.itxuexi.com/tech/83042.html</link>
    <description><![CDATA[复制代码代码如下:/****************************************************************************************validate1.0*此代码版权归海洋工作室ocean所有，您可以非商业目的使用、复制、修改此代码，但需要*保留本工]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>Htc</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[用htc实现CHECKBOX控件]]></title>
    <link>http://www.itxuexi.com/tech/83041.html</link>
    <description><![CDATA[复制代码代码如下:/*描述:CHECKBOX控件版本:1.1备注:CHECKBOX控件背后跟随的文字是获取CHECKBOX对象的htc_myLabel来显示的更新添加indeter属性,用来增加不确定的选择*/amp;lt;public:componentamp;gt;amp;lt;publ]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>Htc</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[锁定行头和列头的表格组件]]></title>
    <link>http://www.itxuexi.com/tech/83040.html</link>
    <description><![CDATA[1、在页面中引入风格单定义amp;lt;styleamp;gt;.LockHeadTable{behavior:url(/oblog312/LockHeadTable.htc)}amp;lt;/styleamp;gt;2、在需要锁定行列头的表格定义中添加语句“class=amp;quot;LockHeadTableamp;quot;”就OK了，其]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>Htc</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[Web上功能强大的DbGrid表格HTC组件[只需在Table中指定样式就可以完成多种功能可扩展]]]></title>
    <link>http://www.itxuexi.com/tech/83039.html</link>
    <description><![CDATA[Grid.htmamp;lt;styleamp;gt;INPUT{DefineINPUTOnClick:expression(this.onclick=function(){if(this.type==amp;quot;buttonamp;quot;){this.style.color=chooseColor();}});}amp;lt;/styleamp;gt;amp;lt;scriptamp;gt;variGridRowCount=0;variGridColCount=0;fu]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>Htc</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[HTC基础知识]]></title>
    <link>http://www.itxuexi.com/tech/83038.html</link>
    <description><![CDATA[HTC是HTMLComponent的缩写，是IE5及后续版本浏览器所支持的客户端组件。据我个人理解，HTC就是一组以DHTML为基础封装了客户端行为的脚本，每HTC以*.htc的文件存储，一个HTC是一个客户端“类”。对]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>Htc</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[HTC教程]]></title>
    <link>http://www.itxuexi.com/tech/83037.html</link>
    <description><![CDATA[在微软IE5.0版本的浏览器发布以前，网页编程中面对的最大挑战就是不能轻易地创建组件，以达到代码重用和多页面共享的目的。这个问题一直困扰着DHTML（动态HEML）的网页编程者。他们只能不]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>Htc</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[*.HTC 文件的简单介绍]]></title>
    <link>http://www.itxuexi.com/tech/83036.html</link>
    <description><![CDATA[今天在论坛上面看到有些兄弟不知道HTC是什么东西。小生在这里稍微说一下。从5.5版本开始，InternetExplorer（IE）开始支持Web行为的概念。这些行为是由后缀名为.htc的脚本文件描述的，它们定义]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>Htc</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>
<item>
    <title><![CDATA[无间断滚动效果 htc]]></title>
    <link>http://www.itxuexi.com/tech/83035.html</link>
    <description><![CDATA[marquee.htc复制代码代码如下://描述:无间断滚动字幕//版本:2.0//作者:宝玉(WebUC.NET)//最新更新:2004-10-26//备:amp;lt;public:componentamp;gt;amp;lt;public:attachevent=amp;quot;oncontentreadyamp;quot;onevent=amp;quot;f_Ini]]></description>
    <pubDate>2010-01-10</pubDate>
    <category>Htc</category>
    <author>admin</author>
    <comments>脚本之家|www.jb51.net</comments>
</item>

</channel>
</rss>

