共享学习心得

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

2008年4月22日

摘要: function ValidtorTime() { var d1 = new Date(document.getElementById('txbFromDate').value.replace(/\-/g, "\/")); var d2 = new Date(document.getElementById('txbToDat... 阅读全文
posted @ 2008-04-22 15:05 神秘狭 阅读(6169) 评论(4) 推荐(0)

摘要: HttpContext.Current.Request.Url.ToString() 并不可靠。如果当前URL为 http://localhost/search.aspx?user=http://csharp.xdowns.com&tag=%BC%BC%CA%F5 通过HttpContext.Current.Request.Url.ToString()获取到的却是 http://localhost... 阅读全文
posted @ 2008-04-22 11:22 神秘狭 阅读(1950) 评论(0) 推荐(0)