摘要: using System; using System.Collections.Generic; using System.Web.SessionState; using System.Text; using System.IO; using System.Web; using MyLib; namespace NDRcw { public class CDealLabel : IHttpM... 阅读全文
posted @ 2008-03-27 15:41 wareenpower 阅读(91) 评论(0) 推荐(0)
摘要: @charset "gb2312"; *{padding: 0px;margin:0px;font-size:12px;} img {border:0;} body,div,td,th {color:#000;font-family:"宋体",Verdana,sans-sersif;} ul,ol,dl {list-style:none;} a {color:#000;text-decoratio... 阅读全文
posted @ 2008-03-27 15:37 wareenpower 阅读(82) 评论(0) 推荐(0)
摘要: /*===================================== 人才网客户端JS方法集 =======================================*/ function isIE() {return (document.all && window.ActiveXObject && !window.opera) ? true : false;}//判断浏览器... 阅读全文
posted @ 2008-03-27 15:36 wareenpower 阅读(106) 评论(0) 推荐(0)
摘要: /*-------------------------------------- Name: AJAXRequest Version: 0.7.12 Author: xujiwei E-mail: vipxjw@163.com Website: http://www.xujiwei.cn Licen... 阅读全文
posted @ 2008-03-27 15:32 wareenpower 阅读(336) 评论(0) 推荐(0)
摘要: "); document.write(''); var Browser = new Object(); Browser.isMozilla = (typeof document.implementation != 'undefined') && (typeof document.implemen... 阅读全文
posted @ 2008-03-27 15:31 wareenpower 阅读(587) 评论(0) 推荐(0)
摘要: function chkuname(uname){ var filter=/^\s*[.A-Za-z0-9_-]{3,15}\s*$/; if (!filter.test(uname)) { return false; } return true; } function chkemail(strEmail) { if (strEmail.search(/^\w+((... 阅读全文
posted @ 2008-03-27 15:31 wareenpower 阅读(86) 评论(0) 推荐(0)
摘要: function chkuname(uname){ var filter=/^\s*[.A-Za-z0-9_-]{3,15}\s*$/; if (!filter.test(uname)) { return false; } return true; } function chkemail(strEmail) { if (strEmail.search(/^\w+((... 阅读全文
posted @ 2008-03-27 15:31 wareenpower 阅读(70) 评论(0) 推荐(0)
摘要: 1.onkeypress="return event.keyCode>=48&&event.keyCodeclientWidth)?scrollWidth:clientWidth; bodySize[1] = (scrollHeight>clientHeight)?scrollHeight:clie... 阅读全文
posted @ 2008-03-27 15:30 wareenpower 阅读(275) 评论(0) 推荐(0)