<HTML>
<HEAD>
<TITLE>Links example page</TITLE>
<base target=Documents>
</HEAD>
<BODY BACKGROUND="black.jpg"
TEXT = white
ALINK = white
LINK = white
VLINK = white>
<FONT SIZE=2><B>
<A HREF="Common Link.html">Common</A><p>
<A HREF="Link1.html">Link1</A><p>
<A HREF="Link2.html">Link2</A><p>
<A HREF="Link3.html">Link3</A><p>
<A HREF="Link4.html">Link4</A><p>
<A HREF="Link5.html">Link5</A><p>
<A HREF="Link6.html">Link 6</A><p>
<A HREF="page2.html">links #2</A><p>
<HR>
</B></FONT>
</BODY>
</HTML>
Middle frame = documents
left frame = links
top frame = banner
Well I want to link "page2.html" to my links - left frame to make it switch out the old links list to the 2nd links list, like it contains 5 links, and page 2. I want the links frame to swtich to my "page2.html" link page. what code do i enter?
<HEAD>
<TITLE>Links example page</TITLE>
<base target=Documents>
</HEAD>
<BODY BACKGROUND="black.jpg"
TEXT = white
ALINK = white
LINK = white
VLINK = white>
<FONT SIZE=2><B>
<A HREF="Common Link.html">Common</A><p>
<A HREF="Link1.html">Link1</A><p>
<A HREF="Link2.html">Link2</A><p>
<A HREF="Link3.html">Link3</A><p>
<A HREF="Link4.html">Link4</A><p>
<A HREF="Link5.html">Link5</A><p>
<A HREF="Link6.html">Link 6</A><p>
<A HREF="page2.html">links #2</A><p>
<HR>
</B></FONT>
</BODY>
</HTML>
Middle frame = documents
left frame = links
top frame = banner
Well I want to link "page2.html" to my links - left frame to make it switch out the old links list to the 2nd links list, like it contains 5 links, and page 2. I want the links frame to swtich to my "page2.html" link page. what code do i enter?