I am getting an error,
The page cannot be refreshed without resending the information....
How to solve this?
Page refresh problem
Moderator: General Moderators
- superdezign
- DevNet Master
- Posts: 4135
- Joined: Sat Jan 20, 2007 11:06 pm
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!).
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!).
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
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).
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.