11 2008 档案

摘要:1.无提示刷新网页 大家有没有发现,有些网页,刷新的时候,会弹出一个提示窗口,点“确定”才会刷新。 而有的页面不会提示,不弹出提示窗口,直接就刷新了. 如果页面没有form,则不会弹出提示窗口。如果页面有form表单, a) 会弹出提示窗口 b) 不会弹出 2.javascript刷新页面的方法 window.location.reload(); 使用window.open()弹出... 阅读全文
posted @ 2008-11-13 17:41 zzh 阅读(451) 评论(0) 推荐(0)
摘要:tag --> JavaScript Free Code 阅读全文
posted @ 2008-11-12 17:55 zzh 阅读(1846) 评论(0) 推荐(0)
摘要:今天遇到一个比较特殊的情况:ie6下设置overflow:auto不起作用,在火狐下正常显示。ie下滚动条是出来了,但是内容却跑到下面去了,滚动 条行同虚设。网上搜索了一下都说是设置高度和宽度就ok了,开始还以为是百分比高度引起的,但设置成绝对高度200px后还是不行。最后通过经验判断出原 来是overflow的那个div没有position定位,给加了个定位和top,left属性后一切都正常了!... 阅读全文
posted @ 2008-11-12 16:19 zzh 阅读(3337) 评论(2) 推荐(0)
摘要:The ASP.NET Repeater control is one of my favorites, mainly because it is fully customizable and it allows me to build many types of applications. However, it does have a few downsides in terms of wh... 阅读全文
posted @ 2008-11-03 19:25 zzh 阅读(375) 评论(0) 推荐(0)