, jQuery JavaScript Ajax?
dataType Ajax,
$.get('PathToMyForm', {dataType 'html'}, function(htmlResult) {
$('selector').html(htmlResult);
});
jQuery documentation:
dataType : Intelligent Guess (xml, json, script html)
, . , jQuery MIME- (XML MIME- XML, 1.4 JSON JavaScript, 1.4 script script, ).