Who knows a code for YES Frames page that...

wxdqz

New Member
Will get the main frame window to display the last page it was on. (non-windows server)

I am trying to get a code for this framset to get the last page it came from to appear in the MAIN frame window.

EX.

FRAMESET ROWS="15%,*" FRAMEBORDER=NO FRAMESPACING=0 BORDER=0>
<FRAME SRC=http://www.webdeveloper.com/forum/archive/index.php/"top.htm" NAME=TITLE SCROLLING=NO>

<FRAMESET COLS="20%,*" FRAMEBORDER=NO FRAMESPACING=0 BORDER=0>
<FRAME SRC="sidebar.htm" NAME=SIDEBAR>
<FRAME SRC="" NAME=MAIN>
</FRAMESET>
</FRAMESET>

while the page jumping to the frameset page has this code

<script type=text/javascript> if (document.location == top.document.location) document.location = "frameset.htm" </script>
IF YOU HAVE A BETTER IDEA THAN THIS ONE I AM TRYING, PLEASE TELL ME.

Thanks

Paul Neves
 
Back
Top