11 2009 档案

摘要: Some times we need to detect the Browser Close to perform some operation before quiting from application. Here is a simple way.function CheckBrowser(){ // Check Browser Close [X] , Alt+F4 , File ->...阅读全文
posted @ 2009-11-19 06:13 Sum_yang 阅读(50) | 评论 (0) 编辑
摘要: [代码]阅读全文
posted @ 2009-11-13 20:29 Sum_yang 阅读(50) | 评论 (0) 编辑
摘要: link fromhttp://www.codeproject.com/KB/aspnet/Beginners_Cookies.aspx#1cookies是存在客户端的小文件,只能是text形式的。如何创建一个如何使用如何弄一个有时间的 //Creting a Cookie Object HttpCookie _userInfoCookies = new HttpCookie("UserInfo"...阅读全文
posted @ 2009-11-10 20:14 Sum_yang 阅读(61) | 评论 (0) 编辑
摘要: ypeChoicefunction Physical styles <B> Make textbold. <I> Make textitalic. <U> Make textunderline. <Strike> Make textstrikethrough. <Sup> Make textsuperscript. <Sub>...阅读全文
posted @ 2009-11-07 08:19 Sum_yang 阅读(12484) | 评论 (0) 编辑