|
April 6, 2000 Controlling Frames Tips: April 2000
Yehuda Shiran, Ph.D.
|
|
One of the capabilities of frame sets is the ability to control multiple frames from a single frame. There are two basic ways to do it. The first one is a combination of an HREF and an event handler assignment:
In this example, we first load frame4new.html (
The second approach is to include all operations in the HREF's
Here we assign frame4new.html
to both frame 1 and frame 2. Although this technique doesn't degrade as well
as the first for non-javascript enabled browsers, it is more straightforward.
Familiarize yourself with the
Learn more about frames in Column 36, JavaScript and Frames, Part I .
People who read this tip also read these tips: Look for similar tips by subject: |