<html>
<title></title>
<head>
</head>
<body scroll=no oncontextmenu=self.event.returnValue=false>
<OBJECT id=closes type="application/x-oleobject" classid="clsid:adb880a6-d8ff-11cf-9377-00aa003b7a11"> 
<param name="Command" value="Close"> 
</object>
<script language=javascript>closes.Click();</script>
<SCRIPT LANGUAGE="javaScript">
<!--
winds=open("","tnwd","fullscreen=1,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0",true);
winds.document.write ("<html><head></head><body scroll=no></body></html>");
winds.location="about:blank";
//-->
</script> 
<body>
</html>

解决方案 »

  1.   

    window.open( "yourpage.htm","_self,"toolbar=0,status=0,scrollbars=0,location=0")
      

  2.   

    用window.open是可以达到这个效果的
    window.open( "yourpage.htm","_self,"toolbar=0,status=0,scrollbars=0,location=0")  
      

  3.   

    这个可以open一个之后再把父窗口关掉不就可以了吗?
    还可以通过active控件实现
      

  4.   

    honker110(honker
    你的方法不行的,不信你试试
    ===================================
     hbhbhbhbhb1021(天外水火(我是SB,我要多努力)) 
    关掉再打开不友好啊