PR 11
PR 11
<!DOCTYPE>
<html >
<head>
<title>Raundal Yash Suresh Roll no:08</title>
</head>
<body>
<h1>Open Child Window</h1>
<button id="openWindow">Open Child Window</button>
<script>
document.getElementById('openWindow').addEventListener('click'
, () => {
const x = 100; // X position
const y = 100; // Y position
**********************************************************