Refresh page in another frame every x seconds

Refresh page in another frame every x seconds

am 24.11.2007 12:45:56 von Rule-Ur-Wayz

Hi

My website has 4 frames, namely: top, left, right (mainFrame), bottom
The right frame is linked to other website which has content that
changes frequently.

Is it possible to write a refresh code on the left frame that will
refresh the content on the right frame every 5 seconds?

The following code does not work,



Thanks very much in advance

Re: Refresh page in another frame every x seconds

am 24.11.2007 13:50:50 von PH

> Hi
>
> My website has 4 frames, namely: top, left, right (mainFrame), bottom
> The right frame is linked to other website which has content that
> changes frequently.
>
> Is it possible to write a refresh code on the left frame that will
> refresh the content on the right frame every 5 seconds?
>
> The following code does not work,
>
>
>
> Thanks very much in advance

Maybe this ?







--
Best Regards
Peter Heinzl
www.123-game.com/guitar
http://www.123-game.com/puzzle/free_panorama1_1.asp

Re: Refresh page in another frame every x seconds

am 25.11.2007 21:43:13 von Amos E Wolfe

"Rule-Ur-Wayz" wrote in message
news:bba49a52-c4a3-4f9e-9bbc-f779960db70b@d27g2000prf.google groups.com...
> Hi
>
> My website has 4 frames, namely: top, left, right (mainFrame), bottom
> The right frame is linked to other website which has content that
> changes frequently.
>
> Is it possible to write a refresh code on the left frame that will
> refresh the content on the right frame every 5 seconds?
>
> The following code does not work,
>
>
>

I'm sure someone in this group will be along in a minute to tell you why
Frames Are Evil, but a nested frameset could work - simply refresh the
frameset that contains the target frame.



--
-=# Amos E Wolfe #=-

Re: Refresh page in another frame every x seconds

am 25.11.2007 21:57:03 von dorayme

In article ,
"Amos E Wolfe" wrote:

> "Rule-Ur-Wayz" wrote in message
> news:bba49a52-c4a3-4f9e-9bbc-f779960db70b@d27g2000prf.google groups.com...
> > Hi
> >
> > My website has 4 frames, namely: top, left, right (mainFrame), bottom
> > The right frame is linked to other website which has content that
> > changes frequently.
> >
> > Is it possible to write a refresh code on the left frame that will
> > refresh the content on the right frame every 5 seconds?
> >
> > The following code does not work,
> >
> >
> >
>
> a nested frameset could work - simply refresh the
> frameset that contains the target frame.

OP is asking how to make it happen on his audiences computers not
his own.

--
dorayme

Re: Refresh page in another frame every x seconds

am 26.11.2007 00:20:01 von rf

"dorayme" wrote in message
news:doraymeRidThis-FD8BD3.07570326112007@news-vip.optusnet. com.au...
> In article ,
> "Amos E Wolfe" wrote:
>
>> "Rule-Ur-Wayz" wrote in message
>> news:bba49a52-c4a3-4f9e-9bbc-f779960db70b@d27g2000prf.google groups.com...
>> > Hi
>> >
>> > My website has 4 frames, namely: top, left, right (mainFrame), bottom
>> > The right frame is linked to other website which has content that
>> > changes frequently.
>> >
>> > Is it possible to write a refresh code on the left frame that will
>> > refresh the content on the right frame every 5 seconds?
>> >
>> > The following code does not work,
>> >
>> >
>> >
>>
>> a nested frameset could work - simply refresh the
>> frameset that contains the target frame.
>
> OP is asking how to make it happen on his audiences computers not
> his own.

Then the refresh of the page in the frame would be done with something like,
say, javascript then. There are a number of ways I can offhandedly think of
to do this, each of which would just sit there eating up my bandwidth,
especially if it is every 5 seconds, not even considering the flashing that
would go on as the page is "refreshed" and repainted. I would be long gone.

--
Richard.

Re: Refresh page in another frame every x seconds

am 26.11.2007 02:35:17 von dorayme

In article ,
"rf" wrote:

> "dorayme" wrote in message
> news:doraymeRidThis-FD8BD3.07570326112007@news-vip.optusnet. com.au...
> > In article ,
> > "Amos E Wolfe" wrote:
> >
> >> "Rule-Ur-Wayz" wrote in message
> >> news:bba49a52-c4a3-4f9e-9bbc-f779960db70b@d27g2000prf.google groups.com...
> >> > Hi
> >> >
> >> > My website has 4 frames, namely: top, left, right (mainFrame), bottom
> >> > The right frame is linked to other website which has content that
> >> > changes frequently.
> >> >
> >> > Is it possible to write a refresh code on the left frame that will
> >> > refresh the content on the right frame every 5 seconds?
> >> >
> >> > The following code does not work,
> >> >
> >> >
> >> >
> >>
> >> a nested frameset could work - simply refresh the
> >> frameset that contains the target frame.
> >
> > OP is asking how to make it happen on his audiences computers not
> > his own.
>
> Then the refresh of the page in the frame would be done with something like,
> say, javascript then. There are a number of ways I can offhandedly think of
> to do this, each of which would just sit there eating up my bandwidth,
> especially if it is every 5 seconds, not even considering the flashing that
> would go on as the page is "refreshed" and repainted. I would be long gone.

You are not wrong about this, it is a nasty thing for OP to want
and the sort of thing that should worry anyone with a smallish
download limits (like my plan). Imagine leaving the computer for
a good while without noticing ...

--
dorayme