function newsupport() { // eger davetten dolayi chat basliyorsa davet kill edilmeli // edildi var HOST = "http://www.ecanlidestek.com/support/"; // var HOST = "http://localhost/ecanlidestek.com/support/"; var brsn = navigator.appName; var brsp = navigator.platform; var brsc = navigator.appCodeName; var brsv = navigator.appVersion; var p = document.URL; p = p.replace('http://', ""); p = p.replace('https://', ""); var sLocation = HOST + "support.php?clientid=" + 12345678 + "&did=" + 1002 + "&brsn=" + navigator.appName + "&brsp=" + navigator.platform + "&p=" + p.split("?")[0].split("#")[0]; window.open( sLocation, "newsupportchat", "height=430, width=550, left=80, top=80, location=no, menubar=no, resizable=no, scrollbars=no, titlebar=yes, status=yes", true ); }