Patrick's File Collection

Just do what I like!!
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2006年11月2日

摘要: just by using the core ASP.NET Ajax extentions beta 1(this example is taken from the ASP.NET Ajax documentation on page http://ajax.asp.net/docs/ClientReference/Sys.WebForms/PageRequestManagerClass.as... 阅读全文

posted @ 2006-11-02 10:26 Patrick Zhang 阅读(499) 评论(0) 推荐(0)

摘要: 这两天在测试程序在IE7的兼容性,发现原来在IE6显示正常的布局,在IE7下完全乱了。前一阵用IE7 测试版还显示正常。通过跟踪javascript,发现document.body.offsetHeight根本取不到值,又试了clientHeight也取不到值。不知道是IE7正式版的bug, 还是有其他新的方法,不再支持这些属性。那位朋友知道,提示一下。谢谢 将页面的doctype从<!DO... 阅读全文

posted @ 2006-11-02 08:48 Patrick Zhang 阅读(8942) 评论(16) 推荐(0)