知足常乐,享受生活

2006年1月22日

摘要: Scott Mitchell 4GuysFromRolla.com 摘要:尽管 ASP.NET 在服务器上执行其大多数操作,但是某些操作在客户端进行处理可能会更好。Scott Mitchell 说明了 ASP.NET 页面和控件如何添加客户端代码。 下载本文的源代码。 本页内容 简介 创建基类作为添加客户端脚本的基础 从代码隐藏类添加客户端脚本 根据对用户操作的响应执行客... 阅读全文
posted @ 2006-01-22 10:49 OnlyLiu 阅读(2435) 评论(0) 推荐(0) 编辑
 
摘要: Reusing Code with ASP Include Files and SubroutinesBy Nannette Thacker - 05/01/1999 I call it "Frankenstein" code when an author cuts and pastes the same snippet of code over and over throughout an a... 阅读全文
posted @ 2006-01-22 10:09 OnlyLiu 阅读(209) 评论(0) 推荐(0) 编辑
 
摘要: ASP Driven HTML OutlinesBy Nannette Thacker - 08/13/1999 Have you ever wanted to create a web page in outline form? Here's how, using ASP Driven HTML and the Ordered List, command. I have created t... 阅读全文
posted @ 2006-01-22 10:07 OnlyLiu 阅读(181) 评论(0) 推荐(0) 编辑
 
摘要: Setting Up Your Own ASP Development TemplatesBy Nannette Thacker - 05/01/1999 After you've been working with ASP development for a while, you will find that there are standard things which you includ... 阅读全文
posted @ 2006-01-22 10:06 OnlyLiu 阅读(277) 评论(0) 推荐(0) 编辑
 
摘要: Javascript Field Validations -- Client Side ScriptingBy Nannette Thacker - 08/19/1999 This page is designed as a reference where you can snag source code for both the HTML form elements and the Javas... 阅读全文
posted @ 2006-01-22 10:04 OnlyLiu 阅读(772) 评论(0) 推荐(0) 编辑
 
摘要: Javascript Check and Uncheck All CheckboxesBy Nannette Thacker - 04/27/2000 6/7/01 update: Please see a response to a letter on this article for further details on how to check if there is only ONE c... 阅读全文
posted @ 2006-01-22 10:02 OnlyLiu 阅读(1764) 评论(0) 推荐(0) 编辑
 
摘要: Validate Numeric Fields Using Javascript.By Nannette Thacker - 1/18/2001 Use the onBlur() method to validate numeric fields with this checkNumeric() javascript function. Optionally pass in a period, ... 阅读全文
posted @ 2006-01-22 10:01 OnlyLiu 阅读(492) 评论(0) 推荐(0) 编辑
 
摘要: Javascript Smart Popups That Don't Pop Off ScreenBy Nannette Thacker - 02/04/2001 Updated: 6/4/01 6/4/01 Update: Unfortunately, many people trying to use this function are clueless how javascript wor... 阅读全文
posted @ 2006-01-22 09:59 OnlyLiu 阅读(899) 评论(0) 推荐(0) 编辑
 
摘要: Javascript Confirm Form SubmissionBy Nannette Thacker - 11/17/2000 Updated: 2/15/2001 Oft times you may wish to have the user confirm, before they process a form's action. For instance, clicking the ... 阅读全文
posted @ 2006-01-22 09:53 OnlyLiu 阅读(981) 评论(0) 推荐(0) 编辑