Anyone have the code to refresh a page from cache after the user resizes the
browser window?

Thanks

Re: Refresh page on browser resize by Murray

Murray
Fri Jan 28 11:03:16 CST 2005

<body onResize="history.go(0)"

--
Murray

"FlyBoy" <FlyBoy@discussions.microsoft.com> wrote in message
news:5258DA62-116A-47F1-AE5F-A1B703735C6E@microsoft.com...
> Anyone have the code to refresh a page from cache after the user resizes
> the
> browser window?
>
> Thanks



Re: Refresh page on browser resize by FlyBoy

FlyBoy
Fri Jan 28 11:17:07 CST 2005

Am I putting it in the right place?
<BODY onResize="history.go(0)" text=#ffffff bgColor=#000000 >

"Murray" wrote:

> <body onResize="history.go(0)"
>
> --
> Murray
>
> "FlyBoy" <FlyBoy@discussions.microsoft.com> wrote in message
> news:5258DA62-116A-47F1-AE5F-A1B703735C6E@microsoft.com...
> > Anyone have the code to refresh a page from cache after the user resizes
> > the
> > browser window?
> >
> > Thanks
>
>
>

Re: Refresh page on browser resize by Murray

Murray
Fri Jan 28 11:46:29 CST 2005

Yep.

--
Murray

"FlyBoy" <FlyBoy@discussions.microsoft.com> wrote in message
news:B8901C37-DEAF-4E7D-9CD7-8BEB9585B35B@microsoft.com...
> Am I putting it in the right place?
> <BODY onResize="history.go(0)" text=#ffffff bgColor=#000000 >
>
> "Murray" wrote:
>
>> <body onResize="history.go(0)"
>>
>> --
>> Murray
>>
>> "FlyBoy" <FlyBoy@discussions.microsoft.com> wrote in message
>> news:5258DA62-116A-47F1-AE5F-A1B703735C6E@microsoft.com...
>> > Anyone have the code to refresh a page from cache after the user
>> > resizes
>> > the
>> > browser window?
>> >
>> > Thanks
>>
>>
>>



Re: Refresh page on browser resize by FlyBoy

FlyBoy
Fri Jan 28 12:15:06 CST 2005

This doesn't work previewing it locally. Do I need to publish the site for it
to work?

"Murray" wrote:

> Yep.
>
> --
> Murray
>
> "FlyBoy" <FlyBoy@discussions.microsoft.com> wrote in message
> news:B8901C37-DEAF-4E7D-9CD7-8BEB9585B35B@microsoft.com...
> > Am I putting it in the right place?
> > <BODY onResize="history.go(0)" text=#ffffff bgColor=#000000 >
> >
> > "Murray" wrote:
> >
> >> <body onResize="history.go(0)"
> >>
> >> --
> >> Murray
> >>
> >> "FlyBoy" <FlyBoy@discussions.microsoft.com> wrote in message
> >> news:5258DA62-116A-47F1-AE5F-A1B703735C6E@microsoft.com...
> >> > Anyone have the code to refresh a page from cache after the user
> >> > resizes
> >> > the
> >> > browser window?
> >> >
> >> > Thanks
> >>
> >>
> >>
>
>
>

Re: Refresh page on browser resize by Murray

Murray
Fri Jan 28 13:09:40 CST 2005

Hmm - OK - try this -

<body onResize="self.location.reload() ">

--
Murray

"FlyBoy" <FlyBoy@discussions.microsoft.com> wrote in message
news:F030E045-F88E-4AB7-9F31-9850AE6EF845@microsoft.com...
> This doesn't work previewing it locally. Do I need to publish the site for
> it
> to work?
>
> "Murray" wrote:
>
>> Yep.
>>
>> --
>> Murray
>>
>> "FlyBoy" <FlyBoy@discussions.microsoft.com> wrote in message
>> news:B8901C37-DEAF-4E7D-9CD7-8BEB9585B35B@microsoft.com...
>> > Am I putting it in the right place?
>> > <BODY onResize="history.go(0)" text=#ffffff bgColor=#000000 >
>> >
>> > "Murray" wrote:
>> >
>> >> <body onResize="history.go(0)"
>> >>
>> >> --
>> >> Murray
>> >>
>> >> "FlyBoy" <FlyBoy@discussions.microsoft.com> wrote in message
>> >> news:5258DA62-116A-47F1-AE5F-A1B703735C6E@microsoft.com...
>> >> > Anyone have the code to refresh a page from cache after the user
>> >> > resizes
>> >> > the
>> >> > browser window?
>> >> >
>> >> > Thanks
>> >>
>> >>
>> >>
>>
>>
>>



Re: Refresh page on browser resize by FlyBoy

FlyBoy
Fri Jan 28 14:31:04 CST 2005

Still no joy.

I'll keep playing with it.

Thanks.

"Murray" wrote:

> Hmm - OK - try this -
>
> <body onResize="self.location.reload() ">
>
> --
> Murray
>
> "FlyBoy" <FlyBoy@discussions.microsoft.com> wrote in message
> news:F030E045-F88E-4AB7-9F31-9850AE6EF845@microsoft.com...
> > This doesn't work previewing it locally. Do I need to publish the site for
> > it
> > to work?
> >
> > "Murray" wrote:
> >
> >> Yep.
> >>
> >> --
> >> Murray
> >>
> >> "FlyBoy" <FlyBoy@discussions.microsoft.com> wrote in message
> >> news:B8901C37-DEAF-4E7D-9CD7-8BEB9585B35B@microsoft.com...
> >> > Am I putting it in the right place?
> >> > <BODY onResize="history.go(0)" text=#ffffff bgColor=#000000 >
> >> >
> >> > "Murray" wrote:
> >> >
> >> >> <body onResize="history.go(0)"
> >> >>
> >> >> --
> >> >> Murray
> >> >>
> >> >> "FlyBoy" <FlyBoy@discussions.microsoft.com> wrote in message
> >> >> news:5258DA62-116A-47F1-AE5F-A1B703735C6E@microsoft.com...
> >> >> > Anyone have the code to refresh a page from cache after the user
> >> >> > resizes
> >> >> > the
> >> >> > browser window?
> >> >> >
> >> >> > Thanks
> >> >>
> >> >>
> >> >>
> >>
> >>
> >>
>
>
>

Re: Refresh page on browser resize by Murray

Murray
Fri Jan 28 14:37:47 CST 2005

That one has got to work. Show me your page, please.

--
Murray

"FlyBoy" <FlyBoy@discussions.microsoft.com> wrote in message
news:CF0E351F-CE9E-4CDB-911F-FD3CD001245C@microsoft.com...
> Still no joy.
>
> I'll keep playing with it.
>
> Thanks.
>
> "Murray" wrote:
>
>> Hmm - OK - try this -
>>
>> <body onResize="self.location.reload() ">
>>
>> --
>> Murray
>>
>> "FlyBoy" <FlyBoy@discussions.microsoft.com> wrote in message
>> news:F030E045-F88E-4AB7-9F31-9850AE6EF845@microsoft.com...
>> > This doesn't work previewing it locally. Do I need to publish the site
>> > for
>> > it
>> > to work?
>> >
>> > "Murray" wrote:
>> >
>> >> Yep.
>> >>
>> >> --
>> >> Murray
>> >>
>> >> "FlyBoy" <FlyBoy@discussions.microsoft.com> wrote in message
>> >> news:B8901C37-DEAF-4E7D-9CD7-8BEB9585B35B@microsoft.com...
>> >> > Am I putting it in the right place?
>> >> > <BODY onResize="history.go(0)" text=#ffffff bgColor=#000000 >
>> >> >
>> >> > "Murray" wrote:
>> >> >
>> >> >> <body onResize="history.go(0)"
>> >> >>
>> >> >> --
>> >> >> Murray
>> >> >>
>> >> >> "FlyBoy" <FlyBoy@discussions.microsoft.com> wrote in message
>> >> >> news:5258DA62-116A-47F1-AE5F-A1B703735C6E@microsoft.com...
>> >> >> > Anyone have the code to refresh a page from cache after the user
>> >> >> > resizes
>> >> >> > the
>> >> >> > browser window?
>> >> >> >
>> >> >> > Thanks
>> >> >>
>> >> >>
>> >> >>
>> >>
>> >>
>> >>
>>
>>
>>