View Single Post
Old 03-18-2003, 11:59 PM   #3 (permalink)
joe_bruin
LOAD "*",8,1
 
Join Date: Feb 2003
Location: la.ca.us
Posts: 254
joe_bruin is on a distinguished road
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>
joe_bruin is offline   Reply With Quote