In HTML, the JavaScript global scope is the window object. We can control window.name using window.open or the name attribute of an iframe.
window
window.name
window.open
name
iframe
Full Solution | Home