Can I indicate that resending POST data is unnecessary?

Discussion in 'HTML & Website Design' started by Glowing Face Man, Feb 9, 2010.

  1. #1
    Hi,

    I'm working on a page where every time they refresh, they get some randomized content, and they can vote on the content by pushing some buttons. (The page is here: Japanese Restaurant Name Generator) The votes are submitted via a form with method='post'. Thing is, if I vote on a restaurant name, and then hit "refresh" (to try and generate a new one), Firefox pops up a window saying, "To display this page, Firefox must send information that you posted before, blah blah blah".

    Is there some kind of tag or something I can put in the HTML to tell Firefox to refresh with blank POST data?

    Thanks a lot :)
     
    Glowing Face Man, Feb 9, 2010 IP
  2. Warll

    Warll Peon

    Messages:
    122
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Not that I know of, but a simple fix would be to use GET instead of POST.
     
    Warll, Feb 9, 2010 IP