Closed Thread Icon

Preserved Topic: full refresh from frame (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=18512" title="Pages that link to Preserved Topic: full refresh from frame (Page 1 of 1)" rel="nofollow" >Preserved Topic: full refresh from frame <span class="small">(Page 1 of 1)</span>\

 
YOUREanHTML
Nervous Wreck (II) Inmate

From: Pa, US
Insane since: Aug 2001

posted posted 06-24-2002 20:32

hey guys:

ok, i have a window ive made with window.open, void of all toolbars and such, and it opens to a 2 frame page (ref 'home' below). You click a link on the first frame and it opens in this one frame another set of frames, perhaps that one becomes 3 now.

what i want to be able to do is to go back to that 2 frame setup, the 'home' screen if you will, with some javascript.

when I hit F5 to refresh the window, the window automatically refreshes to the original home screen it started at.

how could I make the entire window change to whatever url i want rather than one of the frame's therein only, aside from the total window refresh thing?

-YaH

kuckus
Bipolar (III) Inmate

From: Berlin (almost)
Insane since: Dec 2001

posted posted 06-24-2002 21:09

Use <a href="whatever.html" target="_top">Link to another frameset</a>.

kuckus (cell #282)

YOUREanHTML
Nervous Wreck (II) Inmate

From: Pa, US
Insane since: Aug 2001

posted posted 06-25-2002 23:04

ok, but how would I do that with javascript? Im using it in a js function called from an onClick event.

bitdamaged
Maniac (V) Mad Scientist

From: 100101010011 <-- right about here
Insane since: Mar 2000

posted posted 06-26-2002 03:06

top.location.href = "topframeset.html";



.:[ Never resist a perfect moment ]:.

YOUREanHTML
Nervous Wreck (II) Inmate

From: Pa, US
Insane since: Aug 2001

posted posted 06-26-2002 18:20

cool, thats what im looking for thanks guys

« BackwardsOnwards »

Show Forum Drop Down Menu