This frame is displaying the file:

J03_center.html

The center frame is named in the code:

centerframe

If you click here, you will be linked to one of my favorite sites: it lists phobias. Some of them are quite unusual. The link will be opened in a new browser window using the following target attribute in the <a> tag:

target="_blank"

However, if you click here, a different html file (J05_left_B.html) will open in the left frame, replacing the file that's there now (J04_left_A.html). This is done by using the following target attribute in the <a> tag:

target="leftframe"

© 2004 Dan Vaughan