Page 1 of 1
Page refresh problem
Posted: Mon Aug 13, 2007 5:15 am
by shivam0101
I am getting an error,
The page cannot be refreshed without resending the information....
How to solve this?
Posted: Mon Aug 13, 2007 5:46 am
by volka
Depends on what this page does.
Posted: Mon Aug 13, 2007 5:52 am
by superdezign
Be more specific. And by specific, I mean actually tell us what you are trying to do and what you've done.
Posted: Mon Aug 13, 2007 10:32 am
by s.dot
Well, bluntly, to solve the error -- resend the information.
You've posted data to the page and trying to refresh it. So it's confirming that you want to resend the information. Sometimes you might not want to.. such as if you were buying something (don't want to be charged twice!) or entering information into a database (don't want duplicate data!).
Posted: Mon Aug 13, 2007 10:38 am
by dirkr
hm i've been wondering about this myself.
would there be any way to clear the POST data ?
Posted: Mon Aug 13, 2007 12:38 pm
by s.dot
Maybe I'm missing something here. Why would you WANT to refresh a page that you've already sent data to? If anything, hit the back button and send it again (if that's what you're wanting to do), or have the form show on the page again (with post data already input into it).