Re: Force a page refresh

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Steve Easton (admin_at_95isalive.com)
Date: 07/23/04


Date: Fri, 23 Jul 2004 11:13:22 -0400

If I understand your question correctly......
Without some definite action from the browser on a client machine No.
You can't "push" a web page from a server, it has to be "pulled" by a browser http request.
You can add a meta "content expires" tag to the page which will ensure the latest version is opened
when the page is visited but the viewer / client still has to either open or "refresh" the page.

-- 
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
.......................with a computer
"Rob" <xyz@hotmail.com> wrote in message news:OkHVM%23LcEHA.3420@TK2MSFTNGP10.phx.gbl...
> Hi everyone
>
> Is it possible to force a page refresh i.e. getting latest content from out
> intranet server without using the http refresh= whatever time specified.
>
> I am asking on behalf of a colleague who wants the latest content to be
> viewed when navigating from page to page on out intranet if he has done an
> update. The scenario is, someone leaves their browser open all day and has a
> quick look round - we want the latest version of any page to be displayed
> when navigating without burdening the server with continuous refreshes. i.e.
> get the latest versionon page load, not a predetermined time span. We are
> not ASP.
>
> Is there a little scripty trick for this please.
>
> Thank you very much
>
> Rob
>
>


Relevant Pages

  • Re: How do I update an image without manual refresh?
    ... The browser will think it is a different image and will get it from the ... It doesn't have to be in javascript. ... If you do it on server side, ... How can I get an asp:Image to refresh when a user uploads a different ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Code to "click" a button -- is this possible?
    ... are you telling me there is no way that i can then refresh a specific frame ... AFTER the server side code is run? ... look at is that the web server simply makes a suggestion to the browser. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Dynamic HTML from Python Script
    ... But we weren't discussing server side refreshes. ... You can't make the browser refresh automatically in the server side, ...   # Make sure to write CRLF and not just LF, ...
    (comp.lang.python)
  • Re: Parsing a local file
    ... the browser might not enable you to do this. ... >> client machine. ... I get the file string from a query string & then parse ... >> server the application is looking for the file on the server & not on the ...
    (microsoft.public.dotnet.general)
  • Re: Updating Web Form Control From Thread
    ... >updating the textBox) refresh the page when waitForReply returns. ... The thread calling the web service is executing on the server. ... The web browser is executing on the client's computer. ... It's impossible to do what you want without the client going back to ...
    (microsoft.public.dotnet.framework.aspnet)