<button id="openButton">Open Example.com</button><script> document.getElementById('openButton').addEventListener('click', function() { window.open('https://www.example.com', '_blank', 'width=800,height=600, resizable=yes, noopener'); });</script>