I'm using Javascript 1.2<br><br>I'm trying to get IE 5.x to close a parent window by using window.close('name.html') after an openwindow script. It runs fine on the Mac, but on Windows it gives a message: "The webpage you are viewing is trying to close the window. Do you want to close the window?"<br><br>I've tried moving the Javascript into the child (popup) window but it closes the child instead of the previous window, even though the object name is the parent window.<br><br>How do I get around this?