I created a request that works, onSucess: function(responseText, responseXHTML){ $('idofelement').innerHTML = reponseText});
the only problem with this is, I would love for the javascript to write the actual response into the page, because when I view the source nothing comes out, which I need...