博客园  :: 首页  :: 新随笔  :: 联系 :: 管理

2009年9月22日

摘要: div { zoom: expression(function(el){el.style.zoom = "1"; alert(el.tagName);}(this));} 阅读全文

posted @ 2009-09-22 22:50 周末 阅读(186) 评论(0) 推荐(0) 编辑

摘要: var iframe = document.createElement("iframe");iframe.src = "http://www.planabc.net";if (iframe.attachEvent){ iframe.attachEvent("onload", function(){... 阅读全文

posted @ 2009-09-22 22:43 周末 阅读(287) 评论(0) 推荐(0) 编辑