I want to create a chat room web application without using django Chains 
(i.e. I need to use the socket module provided by Python by default). I am 
facing a difficulty in submitting the input from the html page to the 
client function.The only way I know of submitting the input from the 
webpage to the client function is using forms but the problem is that using 
submit option reloads the webpage and thus calls the client function 
everytime a message has to be sent because of this no message can be sent.
Please suggest a way of doing this.

-- 
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/608ffb46-5bc6-4b15-9eaa-cbee034cedad%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to