I have a page that I would like to have automatically refresh itself every 5 mins. This page also has a form that submits back to the same page to filter some content on the page. My problem is every time I try to use a javascript refresh() it prompts me about sending post variables.
Once the information has been sent it doesn't need to be sent again. Is there any way to have the page refresh without sending the variables or even sending them, I just don't want that popup.