PC Review Forums Newsgroups Microsoft Word Microsoft Frontpage Frames - Redirect

Reply

Frames - Redirect

 
Thread Tools Rate Thread
Old 28-07-2005, 11:30 PM   #1
=?Utf-8?B?SG9wZWxlc3M=?=
Guest
 
Posts: n/a
Default Frames - Redirect


Hi:
I am using frames (3 on a page) with a countdown clock on one frame - at the
countdown, I want to change the ALL frames at once (redirect), but I can only
change the frame with the clock on it. How can I get all three to change
simulatiously or, at least, open a single new page (No Frames) to take the
entire place of the three frame page?
Thanks,
--
Hopeless
  Reply With Quote
Old 28-07-2005, 11:57 PM   #2
Steve Easton
Guest
 
Posts: n/a
Default Re: Frames - Redirect

Assuming the countdown is a javascript, when it's done have it fire a function that opens the new
page.

function openpage(){
window.open(http://www.google.com)
}

I think that syntax is right.

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer

"Hopeless" <Hopeless@discussions.microsoft.com> wrote in message
news:4A5393D3-432D-4765-93E9-4CA7884E8928@microsoft.com...
> Hi:
> I am using frames (3 on a page) with a countdown clock on one frame - at the
> countdown, I want to change the ALL frames at once (redirect), but I can only
> change the frame with the clock on it. How can I get all three to change
> simulatiously or, at least, open a single new page (No Frames) to take the
> entire place of the three frame page?
> Thanks,
> --
> Hopeless



  Reply With Quote
Old 29-07-2005, 04:42 PM   #3
=?Utf-8?B?SG9wZWxlc3M=?=
Guest
 
Posts: n/a
Default Re: Frames - Redirect

Steve:
It is javascript - currently I have a script:

var newlocn= new page,

but it loads only that frame. Where do I put your:

function openpage(){
> window.open(http://www.google.com)
> }



--
Hopeless


"Steve Easton" wrote:

> Assuming the countdown is a javascript, when it's done have it fire a function that opens the new
> page.
>
> function openpage(){
> window.open(http://www.google.com)
> }
>
> I think that syntax is right.
>
> --
> Steve Easton
> Microsoft MVP FrontPage
> 95isalive
> This site is best viewed............
> ........................with a computer
>
> "Hopeless" <Hopeless@discussions.microsoft.com> wrote in message
> news:4A5393D3-432D-4765-93E9-4CA7884E8928@microsoft.com...
> > Hi:
> > I am using frames (3 on a page) with a countdown clock on one frame - at the
> > countdown, I want to change the ALL frames at once (redirect), but I can only
> > change the frame with the clock on it. How can I get all three to change
> > simulatiously or, at least, open a single new page (No Frames) to take the
> > entire place of the three frame page?
> > Thanks,
> > --
> > Hopeless

>
>
>

  Reply With Quote
Old 29-07-2005, 11:21 PM   #4
Steve Easton
Guest
 
Posts: n/a
Default Re: Frames - Redirect

Are you trying to load a page in a new window without a frame??

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer

"Hopeless" <Hopeless@discussions.microsoft.com> wrote in message
news:8877694D-E08F-419B-BAAD-EA54A35CB94D@microsoft.com...
> Steve:
> It is javascript - currently I have a script:
>
> var newlocn= new page,
>
> but it loads only that frame. Where do I put your:
>
> function openpage(){
> > window.open(http://www.google.com)
> > }

>
>
> --
> Hopeless
>
>
> "Steve Easton" wrote:
>
> > Assuming the countdown is a javascript, when it's done have it fire a function that opens the

new
> > page.
> >
> > function openpage(){
> > window.open(http://www.google.com)
> > }
> >
> > I think that syntax is right.
> >
> > --
> > Steve Easton
> > Microsoft MVP FrontPage
> > 95isalive
> > This site is best viewed............
> > ........................with a computer
> >
> > "Hopeless" <Hopeless@discussions.microsoft.com> wrote in message
> > news:4A5393D3-432D-4765-93E9-4CA7884E8928@microsoft.com...
> > > Hi:
> > > I am using frames (3 on a page) with a countdown clock on one frame - at the
> > > countdown, I want to change the ALL frames at once (redirect), but I can only
> > > change the frame with the clock on it. How can I get all three to change
> > > simulatiously or, at least, open a single new page (No Frames) to take the
> > > entire place of the three frame page?
> > > Thanks,
> > > --
> > > Hopeless

> >
> >
> >



  Reply With Quote
Old 29-07-2005, 11:53 PM   #5
=?Utf-8?B?SG9wZWxlc3M=?=
Guest
 
Posts: n/a
Default RE: Frames - Redirect

Steve, yes. Situation is: I have a page with 3 frames - 1 frame has the
countdown clock - at expiration, I want to direct to a new FUll page - no
frames, but all I can do is direct to a new frame page in the same frame as
the clock is in, therefore, I cannot get to a "default" page in place of the
three frames. I have worked with this so much it makes perfect sense to me
but I hope I have explained it well for you. Thanks for your help. I am
hopelessly beyond my knowledge.
--
Hopeless


"Hopeless" wrote:

> Hi:
> I am using frames (3 on a page) with a countdown clock on one frame - at the
> countdown, I want to change the ALL frames at once (redirect), but I can only
> change the frame with the clock on it. How can I get all three to change
> simulatiously or, at least, open a single new page (No Frames) to take the
> entire place of the three frame page?
> Thanks,
> --
> Hopeless

  Reply With Quote
Old 30-07-2005, 12:24 AM   #6
Thomas A. Rowe
Guest
 
Posts: n/a
Default Re: Frames - Redirect

Unless your count down script allows the setting of target value of _top, then you will not be able
to do this.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================

"Hopeless" <Hopeless@discussions.microsoft.com> wrote in message
news:C32519E4-579E-401E-9003-80BD2B9F5598@microsoft.com...
> Steve, yes. Situation is: I have a page with 3 frames - 1 frame has the
> countdown clock - at expiration, I want to direct to a new FUll page - no
> frames, but all I can do is direct to a new frame page in the same frame as
> the clock is in, therefore, I cannot get to a "default" page in place of the
> three frames. I have worked with this so much it makes perfect sense to me
> but I hope I have explained it well for you. Thanks for your help. I am
> hopelessly beyond my knowledge.
> --
> Hopeless
>
>
> "Hopeless" wrote:
>
>> Hi:
>> I am using frames (3 on a page) with a countdown clock on one frame - at the
>> countdown, I want to change the ALL frames at once (redirect), but I can only
>> change the frame with the clock on it. How can I get all three to change
>> simulatiously or, at least, open a single new page (No Frames) to take the
>> entire place of the three frame page?
>> Thanks,
>> --
>> Hopeless



  Reply With Quote
Old 30-07-2005, 04:29 AM   #7
Trevor L.
Guest
 
Posts: n/a
Default Re: Frames - Redirect

AFAIK, all you have to do is use the statement (in JS)
top.location href="........"
and this breaks out of the frame
--
Cheers,
Trevor L.
Website: http://tandcl.homemail.com.au

Thomas A. Rowe wrote:
> Unless your count down script allows the setting of target value of
> _top, then you will not be able to do this.
>
> --
> ==============================================
> Thomas A. Rowe (Microsoft MVP - FrontPage)
> ==============================================
> If you feel your current issue is a results of installing
> a Service Pack or security update, please contact
> Microsoft Product Support Services:
> http://support.microsoft.com
> If the problem can be shown to have been caused by a
> security update, then there is usually no charge for the call.
> ==============================================
>
> "Hopeless" <Hopeless@discussions.microsoft.com> wrote in message
> news:C32519E4-579E-401E-9003-80BD2B9F5598@microsoft.com...
>> Steve, yes. Situation is: I have a page with 3 frames - 1 frame has
>> the countdown clock - at expiration, I want to direct to a new FUll
>> page - no frames, but all I can do is direct to a new frame page in
>> the same frame as the clock is in, therefore, I cannot get to a
>> "default" page in place of the three frames. I have worked with
>> this so much it makes perfect sense to me but I hope I have
>> explained it well for you. Thanks for your help. I am hopelessly
>> beyond my knowledge. --
>> Hopeless
>>
>>
>> "Hopeless" wrote:
>>
>>> Hi:
>>> I am using frames (3 on a page) with a countdown clock on one frame
>>> - at the countdown, I want to change the ALL frames at once
>>> (redirect), but I can only change the frame with the clock on it. How
>>> can I get all three to change simulatiously or, at least, open
>>> a single new page (No Frames) to take the entire place of the three
>>> frame page? Thanks,
>>> --
>>> Hopeless



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off