The example window is automatically created. Fill out the forms with numbers, then use the "total" button to add them all up. You can kill the other window with the "exit" button.

The hierarchy I created as a new window called "wb_win." That window has two frames, named "tuesday" and "wednesday." The "tuesday" frame has two forms, called "buffy" and "angel." The "wednesday" form has one form called "dawsons." Each of the three forms has three text inputs (AKA fields), one for each of the major male characters.

You can put in a number in each of the nine fields and, by clicking a button on the first window, the total will be computed. There is another button that closes the new window.

I leave it up to your imagination as to what these numbers might mean. This is only an example of retrieving information. The relevant code is in the "dom-example.html" file.