Purpose
This module provides support for Cross Frame popups, whether they are STICKY
or not. In effect, the routines in this module take care of ensuring that
the overDiv
containing element is defined in the frame where
the poup will appear and for defining the global variable fnRef
defined
in the core routine so that it points to the correct frame where the source
module code is located and makes sure that when the "Close" link
is moused over or clicked that the popup closes without error, in the case
of a STICKY popup. There is only one command associated with this module and
that is the FRAME command which is explained in the core
module documentation.
To include this support module just include the following statements in the HEAD section of your document:
<SCRIPT TYPE="text/javascript" SRC="overlib.js"></SCRIPT> <SCRIPT TYPE="text/javascript" SRC="overlib_crossframe.js"> </SCRIPT>
You only have to make sure that the overlib_crossframe.js
module
is loaded after the core module.
Download this module as a zip file.