<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>蛙蛙池塘   - javascript相关</title><link>http://blog.csdn.net/onlytiancai/category/27995.aspx</link><description>常见的javascript代码和技巧</description><dc:language>zh-CN</dc:language><lastUpdateTime>Sat, 29 Mar 2008 13:10:58 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>蛙蛙王子</dc:creator><title>蛙蛙推荐:用正则表达式替换html标签</title><link>http://blog.csdn.net/onlytiancai/archive/2005/04/22/358477.aspx</link><pubDate>Fri, 22 Apr 2005 14:56:00 GMT</pubDate><guid>http://blog.csdn.net/onlytiancai/archive/2005/04/22/358477.aspx</guid><wfw:comment>http://blog.csdn.net/onlytiancai/comments/358477.aspx</wfw:comment><comments>http://blog.csdn.net/onlytiancai/archive/2005/04/22/358477.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/onlytiancai/comments/commentRss/358477.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=358477</trackback:ping><description>这个小程序可以把html控件转换为web控件,比如说可以换成

写了一中午才写成
&lt;img src ="http://blog.csdn.net/onlytiancai/aggbug/358477.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>蛙蛙王子</dc:creator><title>蛙蛙推荐:vbs调用js函数</title><link>http://blog.csdn.net/onlytiancai/archive/2005/04/06/338276.aspx</link><pubDate>Wed, 06 Apr 2005 14:48:00 GMT</pubDate><guid>http://blog.csdn.net/onlytiancai/archive/2005/04/06/338276.aspx</guid><wfw:comment>http://blog.csdn.net/onlytiancai/comments/338276.aspx</wfw:comment><comments>http://blog.csdn.net/onlytiancai/archive/2005/04/06/338276.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/onlytiancai/comments/commentRss/338276.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=338276</trackback:ping><description>蛙蛙推荐:vbs调用js函数&lt;img src ="http://blog.csdn.net/onlytiancai/aggbug/338276.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>蛙蛙王子</dc:creator><title>蛙蛙请教:取出同一个单元格里的其它元素</title><link>http://blog.csdn.net/onlytiancai/archive/2005/04/05/337349.aspx</link><pubDate>Tue, 05 Apr 2005 17:01:00 GMT</pubDate><guid>http://blog.csdn.net/onlytiancai/archive/2005/04/05/337349.aspx</guid><wfw:comment>http://blog.csdn.net/onlytiancai/comments/337349.aspx</wfw:comment><comments>http://blog.csdn.net/onlytiancai/archive/2005/04/05/337349.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/onlytiancai/comments/commentRss/337349.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=337349</trackback:ping><description>蛙蛙请教:取出同一个单元格里的其它元素
&lt;img src ="http://blog.csdn.net/onlytiancai/aggbug/337349.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>蛙蛙王子</dc:creator><title>蛙蛙推荐:全选DataGrid里的复选框</title><link>http://blog.csdn.net/onlytiancai/archive/2005/04/03/335356.aspx</link><pubDate>Sun, 03 Apr 2005 13:56:00 GMT</pubDate><guid>http://blog.csdn.net/onlytiancai/archive/2005/04/03/335356.aspx</guid><wfw:comment>http://blog.csdn.net/onlytiancai/comments/335356.aspx</wfw:comment><comments>http://blog.csdn.net/onlytiancai/archive/2005/04/03/335356.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/onlytiancai/comments/commentRss/335356.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=335356</trackback:ping><description>我们经常会在DataGrid里选择一组数据,然后批量操作,如果要全部操作的话需要一个全选的功能,如果你用这个全选按钮的服务器端事件来让DataGrid里复选框的全选的话,会多一次向服务器的回传,我们可以写一个js函数来简化这一步骤.
其实DataGrid在客户端会生成一个html表格,表格的id属性就是DataGrid的ID,这个ID可以用ClientID获取,然后你的全选按钮也可以在后台编码里添加一个onclick属性来让他执行你写好的js代码,比如你声明了一个DataGrid1的DataGrid,然后里面在一个模板列里放了一个复选框,然后又在外面声明了一个CheckBox1来全选DataGrid1里面的复选框,语法如下.
&lt;img src ="http://blog.csdn.net/onlytiancai/aggbug/335356.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>蛙蛙王子</dc:creator><title>蛙蛙推荐:两个好看的文本框样式</title><link>http://blog.csdn.net/onlytiancai/archive/2005/03/21/325806.aspx</link><pubDate>Mon, 21 Mar 2005 17:34:00 GMT</pubDate><guid>http://blog.csdn.net/onlytiancai/archive/2005/03/21/325806.aspx</guid><wfw:comment>http://blog.csdn.net/onlytiancai/comments/325806.aspx</wfw:comment><comments>http://blog.csdn.net/onlytiancai/archive/2005/03/21/325806.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/onlytiancai/comments/commentRss/325806.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=325806</trackback:ping><description>两个好看的文本框样式,一个实现了多行文本框的背景图片,一个实现了把文本框用下划线显示&lt;img src ="http://blog.csdn.net/onlytiancai/aggbug/325806.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>蛙蛙王子</dc:creator><title>蛙蛙推荐:让title属性支持html</title><link>http://blog.csdn.net/onlytiancai/archive/2004/09/09/99239.aspx</link><pubDate>Thu, 09 Sep 2004 13:46:00 GMT</pubDate><guid>http://blog.csdn.net/onlytiancai/archive/2004/09/09/99239.aspx</guid><wfw:comment>http://blog.csdn.net/onlytiancai/comments/99239.aspx</wfw:comment><comments>http://blog.csdn.net/onlytiancai/archive/2004/09/09/99239.aspx#Feedback</comments><slash:comments>3</slash:comments><wfw:commentRss>http://blog.csdn.net/onlytiancai/comments/commentRss/99239.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=99239</trackback:ping><description>蛙蛙推荐:让title属性支持html&lt;img src ="http://blog.csdn.net/onlytiancai/aggbug/99239.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>蛙蛙王子</dc:creator><title>蛙蛙推荐：刚刚写了一个考试程序，给大家贴一下，我没写过多注释哦</title><link>http://blog.csdn.net/onlytiancai/archive/2004/09/07/96626.aspx</link><pubDate>Tue, 07 Sep 2004 10:38:00 GMT</pubDate><guid>http://blog.csdn.net/onlytiancai/archive/2004/09/07/96626.aspx</guid><wfw:comment>http://blog.csdn.net/onlytiancai/comments/96626.aspx</wfw:comment><comments>http://blog.csdn.net/onlytiancai/archive/2004/09/07/96626.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/onlytiancai/comments/commentRss/96626.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=96626</trackback:ping><description>蛙蛙推荐：刚刚写了一个考试程序，给大家贴一下，我没写过多注释哦&lt;img src ="http://blog.csdn.net/onlytiancai/aggbug/96626.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>蛙蛙王子</dc:creator><title>蛙蛙推荐:用正则表达式搜索电子邮件</title><link>http://blog.csdn.net/onlytiancai/archive/2004/07/28/54290.aspx</link><pubDate>Wed, 28 Jul 2004 13:15:00 GMT</pubDate><guid>http://blog.csdn.net/onlytiancai/archive/2004/07/28/54290.aspx</guid><wfw:comment>http://blog.csdn.net/onlytiancai/comments/54290.aspx</wfw:comment><comments>http://blog.csdn.net/onlytiancai/archive/2004/07/28/54290.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/onlytiancai/comments/commentRss/54290.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=54290</trackback:ping><description>蛙蛙推荐:用正则表达式搜索电子邮件
提出问题:给定一个字符串,从中找出5个电子邮件,把其中的电子邮件用红色着重表示出来(或者是其它能着重显示的方式),
并且把这5个邮件保存成一个用逗号分割开的字符串,并打印出来.
&lt;img src ="http://blog.csdn.net/onlytiancai/aggbug/54290.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>蛙蛙王子</dc:creator><title>蛙蛙推荐:用js来控制页面文字的大小和打印</title><link>http://blog.csdn.net/onlytiancai/archive/2004/07/27/53278.aspx</link><pubDate>Tue, 27 Jul 2004 13:48:00 GMT</pubDate><guid>http://blog.csdn.net/onlytiancai/archive/2004/07/27/53278.aspx</guid><wfw:comment>http://blog.csdn.net/onlytiancai/comments/53278.aspx</wfw:comment><comments>http://blog.csdn.net/onlytiancai/archive/2004/07/27/53278.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/onlytiancai/comments/commentRss/53278.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=53278</trackback:ping><description>&lt;img src ="http://blog.csdn.net/onlytiancai/aggbug/53278.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>蛙蛙王子</dc:creator><title> 蛙蛙推荐:用js来格式化字符串</title><link>http://blog.csdn.net/onlytiancai/archive/2004/07/27/53207.aspx</link><pubDate>Tue, 27 Jul 2004 13:11:00 GMT</pubDate><guid>http://blog.csdn.net/onlytiancai/archive/2004/07/27/53207.aspx</guid><wfw:comment>http://blog.csdn.net/onlytiancai/comments/53207.aspx</wfw:comment><comments>http://blog.csdn.net/onlytiancai/archive/2004/07/27/53207.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/onlytiancai/comments/commentRss/53207.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=53207</trackback:ping><description>蛙蛙推荐:用js来格式化字符串
示例已经很明显了,不用再做什么说明了吧.&lt;img src ="http://blog.csdn.net/onlytiancai/aggbug/53207.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>蛙蛙王子</dc:creator><title>蛙蛙推荐：怎么使用js脚本理的timer控件</title><link>http://blog.csdn.net/onlytiancai/archive/2004/07/26/52091.aspx</link><pubDate>Mon, 26 Jul 2004 14:00:00 GMT</pubDate><guid>http://blog.csdn.net/onlytiancai/archive/2004/07/26/52091.aspx</guid><wfw:comment>http://blog.csdn.net/onlytiancai/comments/52091.aspx</wfw:comment><comments>http://blog.csdn.net/onlytiancai/archive/2004/07/26/52091.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/onlytiancai/comments/commentRss/52091.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=52091</trackback:ping><description>蛙蛙推荐：怎么使用js脚本理的timer控件
setTimeout是脚本种常用的一个函数，它用来让特定的函数执行之前等待一定的毫秒数，利用它我们可以在首页上的做到定时的无刷新更新数据等众多效果，我做了个小程序来演示这个函数的使用。
&lt;img src ="http://blog.csdn.net/onlytiancai/aggbug/52091.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>