11 2009 档案

摘要:had an issue with WebForm_DoPostBackWithOptions vs __doPostback. WebForm_DoPostBackWithOptions started showing up on a page and not showing up on other .NET pages. It was a pain in my butt! Because We... 阅读全文
posted @ 2009-11-27 10:53 简单不简单 阅读(698) 评论(0) 推荐(0)
摘要:很简单,请使用这段代码: <a href="#" onclick="window.opener=null;window.open('','_self');window.close();">不确认关闭 </a> 也就是在window.opener=null;window.close()之间加入window.open('','_self'... 阅读全文
posted @ 2009-11-19 14:43 简单不简单 阅读(4435) 评论(1) 推荐(1)
摘要:<iframe style="position: absolute; left: -1px; top: -1px; z-index: -1;border:1px solid #000;height:50px;width:50px;_height:48px;_width:48px;"></iframe> 阅读全文
posted @ 2009-11-04 14:16 简单不简单 阅读(329) 评论(0) 推荐(0)