|
you can give frames names, and have your links be targeted towards a particular frame.
ex:
<a href="/sidebar.html" target="leftframe">refresh the left frame</a>
the main page frame (the one that contains all other frames) is named "_top" by default.
<a href="/main.html" target="_top">replace all frames on this page by main.html</a>
|