"; var sourceHTML = header+document.getElementById("cetak").innerHTML+footer; var source = 'data:application/vnd.ms-word;charset=utf-8,' + encodeURIComponent(sourceHTML); var fileDownload = document.createElement("a"); document.body.appendChild(fileDownload); fileDownload.href = source; fileDownload.download = 'laporan-desa.doc'; fileDownload.click(); document.body.removeChild(fileDownload); }