var FormUid = "aef5952b-06df-452d-8dfd-f70c0c7c7f69"; var lang = "tr"; var site_url = document.documentURI; var still = ""; var anaBody = document.getElementsByTagName("body")[0]; var frmNesneBtn = document.createElement("div"); frmNesneBtn.setAttribute("id", "MevkiFormBtn"); frmNesneBtn.setAttribute("href", "javascript:void(0)"); frmNesneBtn.setAttribute("onclick", "MvkFormAc()"); frmNesneBtn.innerHTML = "\"Bize

Bize Ulaşın

"; anaBody.appendChild(frmNesneBtn); var frmNesne = document.createElement("div"); frmNesne.setAttribute("id", "MevkiForm"); frmNesne.innerHTML = still + "
Bize Ulaşın
"; anaBody.appendChild(frmNesne); var FrmContr = document.getElementById("MevkiForm"); var frameDiv = document.getElementById("mevkiFormframe"); frameDiv.src = "https://mevkiyazilim.com/mvkform/?UID=" + FormUid + "&lang=" +lang + "&Surl=" + site_url ; function MvkFormAc() { if (!FrmContr.classList.contains("acik")) { FrmContr.classList.add("acik"); FrmContr.style.height = "auto"; var height = "470px"; FrmContr.style.height = "0px"; setTimeout(function () { FrmContr.style.height = height; }, 0); } else { FrmContr.style.height = "0px"; setTimeout(function () { FrmContr.classList.remove("acik"); }, 500); } }