zoukankan      html  css  js  c++  java
  • 转:ie6与firefox操作iframe中DOM节点的一点不同

    原地址:http://bluehua.org/2008/11/01/96.html

    依次在两个浏览器中运行以下代码

    三段代码在firefox下面都是ok的,但是只有第三段在ie6下面能正常运行,前两段都会报参数无效的错误…… 这说明在ie6下只有使用iframe当前document生成的节点才能被append到DOM中,其他insertBfore..同理

    IE8已和其他游览器一致了!

  • 相关阅读:
    python 线程通信 生产者与消费者
    python 死锁
    python 线程锁
    python 进程间通信 Queue
    python 进程 Queue
    python 阻塞模式 进程池
    python 非阻塞模式 进程池
    Django在根据models生成数据库表时报 __init__() missing 1 required positional argument: 'on_delete'
    rest_framework序列化
    python3与django中@property详解
  • 原文地址:https://www.cnblogs.com/rubylouvre/p/1532557.html
Copyright © 2011-2022 走看看