111,101
社区成员




<html>
<script language="JavaScript">
function OpenNewAndColseParent( url,newwindowname,top,left,status)
{
window.open(url,newwindowname,"top="+top+",left="+left+",toolbar=no,location=no, directories=no,status="+status+",menubar=no,scrollbars=no,resizable=yes, width=800,height=800");
window.opener = null;
window.close();
}
</script>
<body onload="javascript:OpenNewAndColseParent('实际你要打开的页面','LogoWindow',0,0,'yes',10,60)">
<FONT face="宋体"></FONT>
</body>
</html>