hbspt.forms.create({
portalId: "25477965",
formId: "68456624-b98a-4748-91e9-f2a85c2a49eb",
region: "eu1"
});
屡获殊荣的技术供应商
document.addEventListener("DOMContentLoaded", function() {
// --- 1. MASAÜSTÜ BUTONU (Ayrı ve Ortalanmış Pencere Açar) ---
var masaustuButon = document.getElementById("pmasaustu-popup-buton");
if(masaustuButon) {
masaustuButon.addEventListener("click", function(event) {
event.preventDefault();
var w = 600;
var h = 650;
var dualScreenLeft = window.screenLeft !== undefined ? window.screenLeft : window.screenX;
var dualScreenTop = window.screenTop !== undefined ? window.screenTop : window.screenY;var width = window.innerWidth ? window.innerWidth : document.documentElement.clientWidth ? document.documentElement.clientWidth : screen.width;
var height = window.innerHeight ? window.innerHeight : document.documentElement.clientHeight ? document.documentElement.clientHeight : screen.height;var left = ((width / 2) - (w / 2)) + dualScreenLeft;
var top = ((height / 2) - (h / 2)) + dualScreenTop;var windowFeatures = "width=" + w + ", height=" + h + ", top=" + top + ", left=" + left +
", toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, copyhistory=no";var newWindow = window.open(
"https://leverate.com/contact-us-on-whatsapp/",
"IletisimPenceresi",
windowFeatures
);if (window.focus) {
newWindow.focus();
}
});
}// --- 2. MOBİL VE TABLET BUTONU (Aynı Sekmede Yönlendirir) ---
var mobilButon = document.getElementById("pmobil-yonlendirme-buton");
if(mobilButon) {
mobilButon.addEventListener("click", function(event) {
event.preventDefault();
// Mevcut sekmeyi WhatsApp iletişim sayfasına yönlendir
window.location.href = "https://leverate.com/contact-us-on-whatsapp/";
});
}});