Page reload question

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

    Page reload question

    Hello there!

    I need to be explained about such thing.
    I need to reload the page and I know how could I do it. But my page is
    formed by POST method, and when I make page reloading this askes me for
    data reposting. How could I hide this dialog?

    Thanks in advance

    http://www.spamliquidator.com - Kill spam
    http://www.soft411.com - Excellent soft archive

  • Thomas 'PointedEars' Lahn

    #2
    Re: Page reload question

    Nicolay Vasiliev wrote:
    [color=blue]
    > I need to reload the page and I know how could I do it. But my page is
    > formed by POST method, and when I make page reloading this askes me for
    > data reposting. How could I hide this dialog?[/color]

    You cannot and that one is a Good Thing.
    [color=blue]
    > http://www.spamliquidator.com - Kill spam
    > http://www.soft411.com - Excellent soft archive[/color]

    Signatures are to be separated by a line consisting of only one
    DashDashSpace (`-- '). Advertising information outside of context
    and signature, especially when posted regularly, may be cosidered
    spam.


    PointedEars

    Comment

    • Jim Ley

      #3
      Re: Page reload question

      On Sat, 27 Dec 2003 03:16:23 +0100, Thomas 'PointedEars' Lahn
      <PointedEars@we b.de> wrote:
      [color=blue]
      >Nicolay Vasiliev wrote:
      >[color=green]
      >> I need to reload the page and I know how could I do it. But my page is
      >> formed by POST method, and when I make page reloading this askes me for
      >> data reposting. How could I hide this dialog?[/color]
      >
      >You cannot and that one is a Good Thing.[/color]

      Well, you could have the post redirect the response to a GET request,
      using a 303. then any reload on the resulting page would just reload
      the getted response, nowt to do with javascript of course, and
      probably not that well supported.

      Jim.
      --
      comp.lang.javas cript FAQ - http://jibbering.com/faq/

      Comment

      Working...