--- ajax-comments.php.orig 2007-03-08 23:47:18.000000000 -0500 +++ ajax-comments.php 2007-03-08 23:46:32.000000000 -0500 @@ -70,7 +70,12 @@ ajax_comments_loading(true); var f = $('commentform'), ol = find_commentlist(); - new Ajax.Request('?submit', { + + new Ajax.Request('?submit', { method: 'post', asynchronous: true, postBody: Form.serialize(f), @@ -217,7 +222,7 @@ function ajax_comments_js() { if(is_single()): ?> - +