When you press the refresh button (execute: οnclick = "location.reload ();"), always hate the window below:
"Don't resend information, you can't refresh the web. Please click" Retry "to send information again, or click" Cancel "to return to the page you viewed." This is very bad to the end customer, and finally find the solution. Solved as follows: location.href = location.href; Need to note: can't write Open New Window then in AAA The .aspx page cannot be written. Opener.location.href = Opener.location.href; if you write, you will have problems. Solution: Have Open new window change: Open new window span>