When dealing with a frame environment, keeping track of the frames and the documents in the frames is a tedious task. These frame management functions are designed to be an integrated set of tools for the developer to manage frames, and documents in the frames, in a Web browser environment. These functions allow the user to easily manipulate the frames, and documents in the frames, based on the frame name.
The frame management functions were divided into two files:
<SCRIPT TYPE="text/javascript" LANGUAGE="JavaScript" SRC="JS_Vision_Globals.js"></SCRIPT>
<SCRIPT TYPE="text/javascript" LANGUAGE="JavaScript" SRC="JS_Vision_String.js"></SCRIPT>
<SCRIPT TYPE="text/javascript" LANGUAGE="JavaScript" SRC="JS_Vision_FrameMgmt1.js"></SCRIPT>
<SCRIPT TYPE="text/javascript" LANGUAGE="JavaScript" SRC="JS_Vision_FrameMgmt2.js"></SCRIPT>
For those Web pages that will be loaded in the frames, the following are the minimum JavaScript Vision files that need to be included with the Web page:
<SCRIPT TYPE="text/javascript" LANGUAGE="JavaScript" SRC="JS_Vision_Globals.js"></SCRIPT>
<SCRIPT TYPE="text/javascript" LANGUAGE="JavaScript" SRC="JS_Vision_String.js"></SCRIPT>
<SCRIPT TYPE="text/javascript" LANGUAGE="JavaScript" SRC="JS_Vision_Utility.js"></SCRIPT>
<SCRIPT TYPE="text/javascript" LANGUAGE="JavaScript" SRC="JS_Vision_FrameMgmt1.js"></SCRIPT>
For more information on the SRC
attribute of the SCRIPT
tag, see JavaScript Vision
Frequently Asked Questions.
More Information on Frames |
Fun with Frames
Frames: Evil Incarnate or Not? irt.org - JavaScript frame FAQ |
Updated: |
Copyright © 1999-2000 Roaring Fork Software. All rights reserved. |