JQuery post dados em um iframe da textarea ao vivo
$("textarea").on('change keyup paste', function(){
$("iframe").contents().find("html").html($("id, class or div").val())
})
Witty Wolf