refresh page programmatically

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • tnhoe

    refresh page programmatically

    Hi,

    How do I refresh the page programatically when i found the page is not loaded completely ?

    regards
    hoe
  • c.anandkumar@gmail.com

    #2
    Re: refresh page programmaticall y

    you can use window.location .reload (true)

    Comment

    • Christopher Benson-Manica

      #3
      Re: refresh page programmaticall y

      tnhoe <tnhoe@pc.jarin g.my> spoke thus:
      [color=blue]
      > [-- text/plain, encoding quoted-printable, charset: windows-874, 7 lines --][/color]

      Please don't post attachments to Usenet.
      [color=blue]
      > How do I refresh the page programatically when i found the page is not loaded completely ?[/color]

      I am not a guru, but

      window.self.loc ation=window.se lf.location;

      seems effective.

      --
      Christopher Benson-Manica | I *should* know what I'm talking about - if I
      ataru(at)cybers pace.org | don't, I need to know. Flames welcome.

      Comment

      • Dr John Stockton

        #4
        Re: refresh page programmaticall y

        JRS: In article <d0pktj$n81$2@c hessie.cirr.com >, dated Thu, 10 Mar 2005
        14:17:23, seen in news:comp.lang. javascript, Christopher Benson-Manica
        <ataru@nospam.c yberspace.org> posted :[color=blue]
        >tnhoe <tnhoe@pc.jarin g.my> spoke thus:
        >[color=green]
        >> [-- text/plain, encoding quoted-printable, charset: windows-874, 7 lines --][/color]
        >
        >Please don't post attachments to Usenet.[/color]

        There's no attachment; that's a despicable multi-part post, contrary to
        FAQ 2.3 para 5.

        --
        © John Stockton, Surrey, UK. ?@merlyn.demon. co.uk Turnpike v4.00 MIME ©
        Web <URL:http://www.uwasa.fi/~ts/http/tsfaq.html> -> Timo Salmi: Usenet Q&A.
        Web <URL:http://www.merlyn.demo n.co.uk/news-use.htm> : about usage of News.
        No Encoding. Quotes before replies. Snip well. Write clearly. Don't Mail News.

        Comment

        Working...