IL faut bien faire un 1er article.
function hebdo() {
var a = $('#container').html();
var b = window.open('', '', 'width=600,height=400');
b.document.write('<textarea>' + a + '</textarea>');
}
IL faut bien faire un 1er article.
function hebdo() {
var a = $('#container').html();
var b = window.open('', '', 'width=600,height=400');
b.document.write('<textarea>' + a + '</textarea>');
}
0 Commentaires