Servise Cihaz Ver



n cihazSecildi() { const cihaz = document.getElementById("cihaz").value; const sorunDiv = document.getElementById("sorunKutusu"); if (cihaz !== "") { sorunDiv.style.display = "block"; } else { sorunDiv.style.display = "none"; } } function formuGonder() { const cihaz = document.getElementById("cihaz").value; const sorun = document.getElementById("sorun").value; if (cihaz && sorun) { const kod = Math.random().toString(36).substring(2, 10).toUpperCase(); document.getElementById("sonuc").innerHTML = "
" + "Cihaz Kaydedildi!
Kargonuzu aşağıdaki kod ile teslim edebilirsiniz:

" + kod + "

"; return false; } alert("Lütfen tüm alanları doldurun."); return false; } window.onload = kontrolEt;

Servise Cihaz Ver

Web hosting by Somee.com