摘要: 1、无提示关闭窗口 2、防止被人iframe if (top.location != self.location) { top.location.href="http://www.34do.net"; } 3、判断一个对象存在不存在 document.all("a")==null(不存在) 4、弹出子窗口 wi... 阅读全文
posted @ 2008-01-19 11:43 Jeri 阅读(407) 评论(0) 推荐(0)