doesn't work 
the child opens, but the parent wouldn't close unless i click the href.
here is what it is:
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<script language="JavaScript">
<!--
function openBrWindow(theURL,winName,features) {
window.open(theURL,winName,features);
}
//-->
</script>
</head>
<body onLoad="openBrWindow('src/mfs.htm','','status=yes,resizable=yes');closes.Click()">
<object id="closes" type="application/x-oleobject" classid="clsid:adb880a6-d8ff-11cf-9377-00aa003b7a11">
<param name="Command" value="Close">
<embed command="Close" src="Close">
</embed>
</object> <a href="javascript:closes.Click()">Close the window</a>
</body>
</html>
the child opens, but the parent wouldn't close unless i click the href.
here is what it is:
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<script language="JavaScript">
<!--
function openBrWindow(theURL,winName,features) {
window.open(theURL,winName,features);
}
//-->
</script>
</head>
<body onLoad="openBrWindow('src/mfs.htm','','status=yes,resizable=yes');closes.Click()">
<object id="closes" type="application/x-oleobject" classid="clsid:adb880a6-d8ff-11cf-9377-00aa003b7a11">
<param name="Command" value="Close">
<embed command="Close" src="Close">
</embed>
</object> <a href="javascript:closes.Click()">Close the window</a>
</body>
</html>