# aldus Peter Dalgaard :

>
> OK, I see it. Mozilla does give a warning about "the page contains a
> POSTDATA command, if you resend ... any action will be repeated..."
> though. Is this any different with other browsers? And, more
> importantly, is there a (simple, please) way to avoid it?

Don't give the user a reason to use the back-button. Perhaps,
do something like:

   on.click( post(); alert("bug report sent"); history.go(-2); )


-- 
Peter Kleiweg

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

Reply via email to