nothing to do ....
Simple way is adding unique ID to the request and use it to server request:
Example :
1) User get  page with id 1
2) User send data  to server using id 1
3) Server send answer with ok and next ID 2

 In case of multiple POST only  first with ID1 is server, other request is
send to /dev/null

Many thanks,

Serge


+380 636150445
skype: skhohlov

On Fri, Jun 10, 2016 at 10:30 AM, meInvent bbird <jobmatt...@gmail.com>
wrote:

> sorry for wrong post because i am not familiar with javascript to deal
> with this problem
> i just afraid user crazily press refresh button multiple times or ctr + r
> multiple time during page loading
>
> On Friday, June 10, 2016 at 2:28:09 PM UTC+8, Sergiy Khohlov wrote:
>>
>> This is not django question. Let's imagine. User has pressed submit.
>> Browser is forming request and data is passing to web app. Has web aapp
>> informed about user typing? Of course no. Simple redirect makes forgotting
>> filled form.
>> 10 черв. 2016 04:36 "meInvent bbird" <jobma...@gmail.com> пише:
>>
>>> how to forbidden mouse click and keyboard typing when loading page after
>>> press submit button in django web?
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Django users" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to django-users...@googlegroups.com.
>>> To post to this group, send email to django...@googlegroups.com.
>>> Visit this group at https://groups.google.com/group/django-users.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/django-users/792a83c6-500a-4443-8c2b-e1a0cb7ae661%40googlegroups.com
>>> <https://groups.google.com/d/msgid/django-users/792a83c6-500a-4443-8c2b-e1a0cb7ae661%40googlegroups.com?utm_medium=email&utm_source=footer>
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/4d0d85e5-0734-41eb-bb3a-ea0ab828d386%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/4d0d85e5-0734-41eb-bb3a-ea0ab828d386%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CADTRxJMGLpd%3DJOEJT2j%2BbbtotNB56GUTGsDMrdMumpxzUFTVtg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to