zwei1121

博客园 首页 新随笔 联系 订阅 管理

2008年8月20日 #

摘要: HttpWebRequest req; string strGet = "http://localhost:2980/Service1.asmx/HelloWorld?name="; strGet = strGet + this.TextBox1.Text; //请求的Web service的所在地址 req = ... 阅读全文
posted @ 2008-08-20 10:11 zwei 阅读(169) 评论(0) 推荐(0) 编辑

摘要: public string CheckUrl() { Uri ComeUrl = HttpContext.Current.Request.UrlReferrer; string cUrl = string.Empty; HttpContext context = HttpContext.Current; ... 阅读全文
posted @ 2008-08-20 10:09 zwei 阅读(188) 评论(0) 推荐(0) 编辑

摘要: function isTel(str) { var reg=/^[0-9,]+$/; return reg.test(str); } 阅读全文
posted @ 2008-08-20 09:52 zwei 阅读(76) 评论(0) 推荐(0) 编辑