JavaScript学习笔记 5-DOM,窗口 和 框架

(内容来源网络,经过重新整理,可任意转摘,但请注明出处:http://www.cnblogs.com/tograce/category/157013.html)
这一节的内容是介绍:Document Object Model, Windows, and Frames

JavaScript窗口操作介绍(Introduction to Window Manipulation)

先回顾在html中是如何使用框架的:
Code
现在就来看在框架中运用JavaScript的例子:
Code
里面有两个页面,一个是frames_example_controls.html,一个是blank.html:
frames_example_controls.html
top.target_frame.document.writeln("Monkey do!")这句中的 top 是系统内置的变量,翻译的不好,还是看原文:This will always refer to the top-most browser window. If you want to start at the top of the window hierarchy, use top.

最后是一个练习,它涉及到前面学到的内容。

答案如下:

frame代码

这个没什么可说的,里而有一点,就是怎么取消框架分隔线

上面的frame取名为control_frame,其代码是:

Code

这段代码里有两个学习点:

下面的frame的内容将有两个页面载入,通过点分别点击control_frame内的两个小图,而显示,其代码分别为:

show_frame内的两个页面的代码

上面的代码里有很多学习点,值得认真琢磨


posted @ 2008-10-02 23:27  尚远  阅读(239)  评论(0编辑  收藏  举报