Hi - I've just started fiddling about with the prototype library in order to build in some AJAX functionality into my django site (which hasn't gone live yet).
On one part of the page I'm using the Ajax.PeriodicalUpdater function which asynchronously polls a URL and then integrates the html response on the current page. Meanwhile, there are two 'standard' forms on the page, and it feels as if using these forms is troublesome. Sometimes the server response time is very slow (I'm using the built-in server) and sometimes I see the following error message: error: [Errno 10053] An established connection was aborted by the software in your host machine. Any ideas if there is any interference between the "classic" forms and the Ajax calls? If so, how can I avoid this? I'm using the latest CVS release of Django with Python 2.6 on Windows XP Pro. Thanks in advance, Laundro --~--~---------~--~----~------------~-------~--~----~ 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, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---