Re: how to achieve functionality of asynchronous popups

2009-11-10 Thread elminio
Thanks, That is exactly the answer I needed. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group,

Re: how to achieve functionality of asynchronous popups

2009-11-10 Thread Javier Guerra
On Tue, Nov 10, 2009 at 10:03 AM, elminio wrote: > What I want to achieve is sort of popup which will appear on the first > user screan informing him that record created by him was changed. > > The logic described above is just a sample. What I need is to know how > to pass some information to lo

how to achieve functionality of asynchronous popups

2009-11-10 Thread elminio
Hello, I would like to implement functionality described below. Lets say that There is a Django application in which each user can create records and insert them into Database (for example record containing one text column). Many users can be logged in the application at the same time. One us