摘要: <script language="javascript" type="text/javascript">function openwin(){window.open("firstPage/Registration.aspx","","width=700,height=620,top=0,left=0,Location=yes,Toolbar=yes,Resizable=yes,scr... 阅读全文
posted @ 2010-07-16 13:29 tian_z 阅读(416) 评论(1) 推荐(0) 编辑
摘要: <html><head><script language="javascript">function clear(){Source=document.body.firstChild.data;document.open();document.close();document.title="cccccc";document.body.innerHTML=Sourc... 阅读全文
posted @ 2010-07-16 13:15 tian_z 阅读(703) 评论(2) 推荐(0) 编辑
摘要: 用的时候记不住,写下来,DateTime dt = DateTime.Now;Label1.Text = dt.ToString();//2005-11-5 13:21:25Label2.Text = dt.ToFileTime().ToString();//127756416859912816Label3.Text = dt.ToFileTimeUtc().ToString();//127756... 阅读全文
posted @ 2010-07-16 12:06 tian_z 阅读(264) 评论(0) 推荐(0) 编辑
摘要: protected void Page_Error(object sender, EventArgs e) { Exception ex = Server.GetLastError(); if (HttpContext.Current.Server.GetLastError() is HttpRequestValidationException) { HttpContext.Current.Res... 阅读全文
posted @ 2010-07-16 12:04 tian_z 阅读(209) 评论(0) 推荐(0) 编辑