I have been tinkering with Ajax today, based on this tutorial: http://www.b-list.org/weblog/2006/07/31/django-tips-simple-ajax-example-part-1
I've noticed that my form submission seems to randomly fail ... the line var response_obj = eval('(' + o.responseText + ')'); errors out in my javascript... then if I wait 10 minutes or so... it starts automagically working again... without changing any code. I'm pretty much doing everything the same as this guy. I'm new to AJAX though... so if anyone has any idea why it would randomly fail, please enlighten me :) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---