← Araçlara Dön WORKSİTEM

ANAHTAR TESLİM İNŞAAT SÖZLEŞMESİ

Düzenleme Tarihi:

İŞVEREN

Örnek Yatırım A.Ş.
YÜKLENİCİ

Örnek Yüklenici A.Ş.
"; var sourceHTML = header + document.getElementById("contractDoc").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 = 'Sozlesme_Taslagi.doc'; fileDownload.click(); document.body.removeChild(fileDownload); }