HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/komma.pro/vendor/behat/mink/driver-testsuite/web-fixtures/window.html
<!DOCTYPE html>
<html>
<body>

<script>
function newPopup(url, title) {
    popupWindow = window.open(
        url, title,'height=100,width=200,left=10,top=10,resizable=yes,scrollbars=yes,toolbar=yes,menubar=no,location=no,directories=no,status=yes'
    );
}
</script>

<a href="popup1.html" onclick="newPopup(this.href, 'popup_1'); return false;">
    Popup #1
</a>

<a href="popup2.html" onclick="newPopup(this.href, 'popup_2'); return false;">
    Popup #2
</a>

<div id="text">
    Main window div text
</div>

</body>
</html>