2016年1月17日

js中window对象详解以及页面跳转

摘要: js中window对象详解以及页面跳转转自:http://www.makaidong.com/%E5%8D%9A%E5%AE%A2%E5%9B%AD%E6%90%9C/39219.shtml1.window.top.window.location= "index.asp";2.window.top.... 阅读全文

posted @ 2016-01-17 20:37 badboyone 阅读(661) 评论(0) 推荐(0)

获取iframe中window对象的方法

摘要: 获取iframe中window对象的方法转自:http://blog.csdn.net/qq282030166/article/details/30506869很简单的一行代码document.getElementsByTagName('iframe')[0].contentWindow上面这行代码... 阅读全文

posted @ 2016-01-17 20:00 badboyone 阅读(4276) 评论(0) 推荐(0)

addEventListener() 方法

摘要: HTML DOMaddEventListener()方法http://www.runoob.com/jsref/met-element-addeventlistener.html语法element.addEventListener(event,function,useCapture)参数值参数描述e... 阅读全文

posted @ 2016-01-17 15:53 badboyone 阅读(236) 评论(0) 推荐(0)

导航