If a page contains frames, each frame has its own window object and is stored in the frames collection. Within the frames collection, the window objects are indexed both by number and by the name of the frame.

  The top object always points to the very top(outermost) frame, which is the browser window itself. Any code written within a frame that references the window object is pointing to that frame's unique instance rather than the topmost one.

  Another window object is called parent. The parent object always points to the current frame's immediate parent frame.

最新文章

  1. 用H5中的Canvas等技术制作海报
  2. 【小白的CFD之旅】14 实例反思
  3. 实现Unicode和汉字的相互转换
  4. 读jQuery源码 - Callbacks
  5. Android 图片的平移和镜面和倒影效果
  6. 【POJ 3321】Apple Tree
  7. git 初始化
  8. JAVA 理解封装的概念,private私有的,public公有的
  9. 开元硬件平台 Arduino
  10. ANDROID_MARS学习笔记_S01原始版_008_Looper\Bundle异步消息处理
  11. ☀【window.self / window.parent / window.top】
  12. Sematic库系列一
  13. VS2013装扩展RazorGenerator
  14. threejs深入纹理,立体场景cubeResolution(四)
  15. 用while实现阶乘
  16. stm32 延时函数 delay_ms 范围
  17. linux命令(32):cat
  18. Android-PullToRefresh(一)
  19. OSG学习:自动对齐节点示例
  20. [USACO18FEB]Taming the Herd

热门文章

  1. 初识LVS和LVS_NAT
  2. 解决使用vue打包时vendor文件过大或者是app.js文件很大的问题
  3. pandas聚合和分组运算之groupby
  4. [Spring Boot] Aspect Intro
  5. mysql随机取出n条数据
  6. Subarray Sorting (线段树)
  7. 妙味课堂——JavaScript基础课程笔记
  8. 两台Linux服务器之间的文件传输
  9. LeetCode---Bit Manipulation && Design
  10. NDK OpenGLES3.0 开发(五):FBO 离屏渲染