Loading...
= (window.innerWidth - popupWidth) / 2; var top = (window.innerHeight - popupHeight) / 2; var windowFeatures = `width=${popupWidth},height=${popupHeight},left=${left},top=${top},resizable=yes,scrollbars=yes`; var win = window.open(clientUrl, "_blank", windowFeatures); if (!win || win.closed || typeof win.closed === 'undefined') { alert("Popup blocked! Please allow popups for this site."); } } window.onload = function () { // debugger; var hitCount = parseInt(document.getElementById("hdnLogin").value || "0"); if (hitCount === 0) { openClientPopup(); } else { return; } };