`); chatWindow.document.close(); // Final safety net – force full size after load chatWindow.onload = function() { chatWindow.resizeTo(screen.availWidth, screen.availHeight); }; } document.addEventListener("DOMContentLoaded", function () { document.getElementById("searchInput")?.setAttribute("placeholder", "How can we help?"); document.getElementById("chatbot-button")?.addEventListener("click", function(e) { e.preventDefault(); openChatbotWindow(); }); });

Hi, how can we help you?