Here is a section of one of my pages where I call in the frames, you can see the names I've used.
HTML Code:
<frameset framespacing="0" border="0" frameborder="0" bordercolor="#606060" rows="132,98%">
<frame name="top" scrolling="no" noresize src="hdr_top.htm">
<frameset cols="16%,78%,2%,3%">
<frame name="menu" src="menu.htm" scrolling="no" noresize>
<frame name="main" src="main.htm" noresize>
<frame name="spacer" src="home_spacer.htm" scrolling="no" noresize>
<frame name="right" src="logbotrgt.htm" scrolling="no" noresize>
</frameset>
<noframes>
When I do <a href="somepage.htm" target="main"> the new page, 'somepage.htm', opens up in the frame called 'main'
Bookmarks