<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_凡事都可行，但不都有益处_分类_Javascript</title><id>http://feed.cnblogs.com/blog/u/16917/category/100880/rss</id><updated>2012-05-28T22:32:43Z</updated><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Tam/category/100880.html"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/16917/category/100880/rss"/><entry><id>http://www.cnblogs.com/Tam/archive/2009/09/22/1572186.html</id><title type="text">ASP.NET 验证控件</title><summary type="text">介绍：当我们开发服务器控件的时候，使用ASP.NET自带的验证控件，能简化许多操作，下面就此简单介绍一下ASP.NET验证控件的工作原理。如何实现验证的?首先，我们先建立一个简单的网站工程。在页面上放上三个作DEMO用的控件(TextBox, Button, RequiredFieldValidator)，完成后页面代码如下：[代码]验证控件属性ControlToValidate指向TextBox...</summary><published>2009-09-22T15:58:00Z</published><updated>2009-09-22T15:58:00Z</updated><author><name>Tam</name><uri>http://www.cnblogs.com/Tam/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Tam/archive/2009/09/22/1572186.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Tam/archive/2009/09/22/1572186.html"/><content type="text">介绍：当我们开发服务器控件的时候，使用ASP.NET自带的验证控件，能简化许多操作，下面就此简单介绍一下ASP.NET验证控件的工作原理。如何实现验证的?首先，我们先建立一个简单的网站工程。在页面上放上三个作DEMO用的控件(TextBox, Button, RequiredFieldValidator)，完成后页面代码如下：[代码]验证控件属性ControlToValidate指向TextBox...</content></entry><entry><id>http://www.cnblogs.com/Tam/archive/2007/07/26/832130.html</id><title type="text">使用Iframe时要注意的一个问题 </title><summary type="text">有一个问题是使用IFrame时要注意，就是其加载状态有时候需要在页面上面调用Iframe页面上的JS方法。但是Iframe的页面还没有加载完就会出现“对象不支持此属性或方法”的错误我们可以这样写functionf_isIframeLoadComplete()//判断Iframe是否加载完成{returnwindow.frames["iframe1"].document.re...</summary><published>2007-07-26T05:01:00Z</published><updated>2007-07-26T05:01:00Z</updated><author><name>Tam</name><uri>http://www.cnblogs.com/Tam/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Tam/archive/2007/07/26/832130.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Tam/archive/2007/07/26/832130.html"/><content type="text">有一个问题是使用IFrame时要注意，就是其加载状态有时候需要在页面上面调用Iframe页面上的JS方法。但是Iframe的页面还没有加载完就会出现“对象不支持此属性或方法”的错误我们可以这样写functionf_isIframeLoadComplete()//判断Iframe是否加载完成{returnwindow.frames["iframe1"].document.re...</content></entry></feed>
