Hi all
I have a shoutbox system on my web site HOME PAGE.
when user submit a shout that screen will be refresh and then
he can see the shout in shoutbox.
The problem is lots of users press [F5] to refresh the screen
to see the new shouts all the time!
when you do that exactly after submiting a form, browser will
ask you you are submiting the same data , are you sure you want
to contiue and sadly all of users answer YES to it!
in this case we will have tons of repeating shouts in shoutbox!
I know one sulotion for this is like directing user to another page
after submiting the form and redirect him to home page again so
data in form will be deleted!
but I dont wanna do that for some reason.
so is there any way to clean the data from FORM after submiting
the data by users?




finally we are getting along m8