To achieve the association of frame windows, the key is to set the properties of the hyperlink target window, as shown below:
1. Add a name identifier to the right frame window, as follows
<frame src=right.html name=rightFrame/>
2. In the left window, set the window name displayed by the target attribute, as follows:
<a href=right.html target=rightFrame></a>