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