hi
i've got a page with a lot of links and i want each link to open a page with two frames. i know how to do it normally: i mean the link goes to i.e. framepage1.htm that has a simple code like this
<frameset cols="270,*">
<frame name="top" src="banner.htm">
<frame name="buttom" src="page1.htm">
</frameset>
but the thing i want is for the links to automatically (as default) load banner.htm in the top frame and other pages in the buttom frame. is it possible??
mike
i've got a page with a lot of links and i want each link to open a page with two frames. i know how to do it normally: i mean the link goes to i.e. framepage1.htm that has a simple code like this
<frameset cols="270,*">
<frame name="top" src="banner.htm">
<frame name="buttom" src="page1.htm">
</frameset>
but the thing i want is for the links to automatically (as default) load banner.htm in the top frame and other pages in the buttom frame. is it possible??
mike
Comment