shetlandbob
Programmer
Hi,
I have a set of frames which is loaded with the following:
This is fine for the main pages I have. However I have one link which I'd like to open another set of frames, i.e. the above code is in index.html. I'd like to open for example index2.html which has its own frameset, left, right, top etc.... in the same window?
Any idea how I could do this?
Thanks in advance.
Robert Cumming
I have a set of frames which is loaded with the following:
Code:
<Frameset FRAMEBORDER=0 BORDER=0 BORDERCOLOR="000066" FRAMESPACING=0 cols="21%,*">
<Frame name="left" src="left.html">
<Frameset FRAMEBORDER=0 BORDER=0 BORDERCOLOR="000066" FRAMESPACING=0 rows="60,*" >
<Frame name="top" src="top.html" scrolling="no" noresize>
<Frame name="right" src="intro.html">
</Frameset>
</Frameset>
</Frameset>
Any idea how I could do this?
Thanks in advance.
Robert Cumming