Click to See Complete Forum and Search --> : FRAMES QUESTION - linking to a page without frames within the same browser window...


shokka
09-03-2003, 04:14 PM
Hi -

I need to link to a "non-framed" page from within a site utilizing frames. I need the new "non-framed" page to open IN THE SAME BROWSER WINDOW (not a new one), and I need the ability to be able to allow users to "Back button" back to the original page within the frameset - ALL WITHIN THE SAME BROWSER WINDOW...

Any help at all would be greatly appreciated.

soccer362001
09-03-2003, 04:20 PM
Hope this helps

<a href="http://www.whatever.com></a>

96turnerri
09-10-2003, 05:49 AM
do something like this

<p align="center">
<table width=100% border=0>
<td>
<object data="http://www.whatever.com" border="0" width="100%" height="600"></object>
</td>
</table>
</p>

<p><a href="javascript:history.go(-1)" class="vtxt11linklite">back to previous page</a></p>

this is what your looking for i think