var call1 = new Ajax.Updater(
'id1',
'/foo1.html',
{
method: 'post'
});
var call2 = new Ajax.Updater(
'id2',
'/foo2.html',
{
method: 'post'
});Looks like there's no parameters. Would method: 'get' perform any better? 3 seconds? Is there a network problem or a large chunk of data? Sam _______________________________________________ Rails-spinoffs mailing list [email protected] http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
