Kal
10-23-2006, 09:08 AM
Hi,
i am trying to find out how to load a whole new different frameset on click of a hyperlink.
i have the following layout which is the main home page:-
<FRAMESET COLS="10%,*,10%" frameborder="0" border="0" framespacing="0">
<FRAME NAME="left_white" SCROLLING="no" NORESIZE>
<FRAMESET ROWS="65,*,25" frameborder="0" border="0" framespacing="0">
<FRAME NAME="header" SCROLLING="no" NORESIZE SRC="header.html">
<FRAME NAME="home_page" SRC="home_page.html">
<FRAME NAME="footer" SCROLLING="no" NORESIZE SRC="footer.html">
</FRAMESET>
<!--<NOFRAMES>
<BODY>
<P>This page uses frames, but your browser doesn't support them.</P>
</BODY>
</NOFRAMES>-->
</FRAMESET>
<FRAME NAME="right_white" SCROLLING="no" NORESIZE>
</FRAMESET>
and when i click on a hyperlink i want this layout to change to the following:-
<FRAMESET COLS="10%,*,10%" frameborder="0" border="0" framespacing="0">
<FRAME NAME="left_white" SCROLLING="no" NORESIZE>
<FRAMESET ROWS="65,*,25" frameborder="0" border="0" framespacing="0">
<FRAME NAME="header" SCROLLING="no" NORESIZE SRC="header.html">
<FRAMESET COLS="189,*,153" frameborder="0" border="0" framespacing="0">
<FRAME NAME="left" SCROLLING="Auto" NORESIZE SRC="landline_left.html">
<FRAME NAME="main">
<FRAME NAME="right" SCROLLING="no" NORESIZE SRC="landline_right.html">
</FRAMESET>
<FRAME NAME="footer" SCROLLING="no" NORESIZE SRC="footer.html">
<!--<NOFRAMES>
<BODY>
<P>This page uses frames, but your browser doesn't support them.</P>
</BODY>
</NOFRAMES>-->
</FRAMESET>
<FRAME NAME="right_white" SCROLLING="no" NORESIZE>
</FRAMESET>
any help would be great, thanks in advance.
i am trying to find out how to load a whole new different frameset on click of a hyperlink.
i have the following layout which is the main home page:-
<FRAMESET COLS="10%,*,10%" frameborder="0" border="0" framespacing="0">
<FRAME NAME="left_white" SCROLLING="no" NORESIZE>
<FRAMESET ROWS="65,*,25" frameborder="0" border="0" framespacing="0">
<FRAME NAME="header" SCROLLING="no" NORESIZE SRC="header.html">
<FRAME NAME="home_page" SRC="home_page.html">
<FRAME NAME="footer" SCROLLING="no" NORESIZE SRC="footer.html">
</FRAMESET>
<!--<NOFRAMES>
<BODY>
<P>This page uses frames, but your browser doesn't support them.</P>
</BODY>
</NOFRAMES>-->
</FRAMESET>
<FRAME NAME="right_white" SCROLLING="no" NORESIZE>
</FRAMESET>
and when i click on a hyperlink i want this layout to change to the following:-
<FRAMESET COLS="10%,*,10%" frameborder="0" border="0" framespacing="0">
<FRAME NAME="left_white" SCROLLING="no" NORESIZE>
<FRAMESET ROWS="65,*,25" frameborder="0" border="0" framespacing="0">
<FRAME NAME="header" SCROLLING="no" NORESIZE SRC="header.html">
<FRAMESET COLS="189,*,153" frameborder="0" border="0" framespacing="0">
<FRAME NAME="left" SCROLLING="Auto" NORESIZE SRC="landline_left.html">
<FRAME NAME="main">
<FRAME NAME="right" SCROLLING="no" NORESIZE SRC="landline_right.html">
</FRAMESET>
<FRAME NAME="footer" SCROLLING="no" NORESIZE SRC="footer.html">
<!--<NOFRAMES>
<BODY>
<P>This page uses frames, but your browser doesn't support them.</P>
</BODY>
</NOFRAMES>-->
</FRAMESET>
<FRAME NAME="right_white" SCROLLING="no" NORESIZE>
</FRAMESET>
any help would be great, thanks in advance.