-1

Possible Duplicate:
Stop browsers asking to resend form data on refresh?

how to disable browser refresh confirmation message [resend cancel] from javascript .?

Community
  • 1
  • 1
Ani
  • 249
  • 1
  • 4
  • 13
  • possible duplicate : http://stackoverflow.com/questions/4327236/stop-browsers-asking-to-resend-form-data-on-refresh/4327270#4327270 – Madhur Ahuja Dec 27 '10 at 07:23
  • @Madhur: I can't see how that other question has anything to do with scripting (or even programming at all, seems to be a browser configuration question). This isn't a dupe IMO. – Ben Voigt Dec 27 '10 at 16:32
  • You don't want to do it with JavaScript. See http://stackoverflow.com/questions/4327236/stop-browsers-asking-to-resend-form-data-on-refresh/4327270#4327270 for how to do it. – John Saunders Dec 28 '10 at 03:06

1 Answers1

1

Rather than having the user refresh the entire page, you might consider using AJAX and provide your own refresh button. It likely will make refreshing quicker as well because the entire page does not have to be reloaded.

PleaseStand
  • 31,641
  • 6
  • 68
  • 95
  • Thanks for your reply idealmachine :) but i am not able to get an nice example of tat :( pls provide me an link to refer :) – Ani Dec 27 '10 at 07:40