Javascript dosya indirme kodu ? |
4 Mesajlar | 11.108 Okunma |
Dosyayı İndir
<script>
function indir(x){
myTempWindow = window.open(x,'','left=10000,screenX=10000');
myTempWindow.document.execCommand('SaveAs','null','belge.pdf');
myTempWindow.close();
}
</script>
Dosyayı İndir
<script>
function indir(x){
myTempWindow = window.open(x,'','left=10000,screenX=10000');
myTempWindow.document.execCommand('SaveAs','null','belge.pdf');
myTempWindow.close();
}
</script>
<script>type="text/javascript">
function indir(x){
myTempWindow = window.open(x,'','left=10000,screenX=10000');
myTempWindow.document.execCommand('SaveAs','null','belge.pdf');
myTempWindow.close();
}
</script>