12 2008 档案

摘要:firefox下如何实现window.event.clientX ff的事件传递 在IE中,event.clientX,event.clientY可以用,但是在FF中是不可以的,因为event在IE中是一个全局变量,在FF中是局部变量,所以在FF中使用event对象必须通过参数传递的方式把它传入过程中. Show function showad(e,id) { var ... 阅读全文
posted @ 2008-12-29 16:33 helloworld22 阅读(1199) 评论(0) 推荐(0)
摘要:After tracing I finally found why the application is so slow. It really used too much time to open a database connection for logging, actually is existed. This function is wrapped in an dll. Although ... 阅读全文
posted @ 2008-12-25 15:09 helloworld22 阅读(187) 评论(0) 推荐(0)
摘要:http://www.codeproject.com/KB/aspnet/DisableSubmitButton.aspx public class WebForm1 : System.Web.UI.Page { protected System.Web.UI.WebControls.Button Button1; private void Page_Load(object sender, Sys... 阅读全文
posted @ 2008-12-25 14:55 helloworld22 阅读(226) 评论(0) 推荐(0)