<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>退出中</title>
<SCRIPT language=JavaScript type=text/javascript>
window.open("index.php","","fullscreen") 
</script>
</head>
<body>
<object id="WebBrowser" width=0 height=0 classid="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2">
</object>
<font size=3 color=red>退出中.....</font>
<SCRIPT language=JavaScript type=text/javascript> 
//Check for browser
n=document.layers;
ie=document.all;//Hides the layer onload
if(ie || n){
if(n) window.close();
if(ie) WebBrowser.ExecWB(45,1);
}
</SCRIPT>
</body>
</html>

解决方案 »

  1.   

    string pUrl="WebSub01.aspx?VehicleNo="+this.TextBox1.Text.Trim();
    string pStyle = "toolbar=no,scrollbars=no,resizable=no,menubar=no;statusbar=no,left=200px ,top=200px, width=420px,height=200px";window.open('"+pUrl+"','','"+pStyle+"');
      

  2.   

    可能是我没说清,我意思是说,在当前页中,去掉toolbar=no,scrollbars=no,resizable=no等,而不是做一个连接,去打开其它页时(给另一个页去掉)!!!
      

  3.   

    用WINDOW.OPEN打开此窗口然后写一个事件关掉原来那个就行了啊
      

  4.   

    Response.Write("<script language='javascript'>window.open (\"DocumentEdit.aspx?RecordID="+strRecordID +"&EditType="+strEditType+"&UserName="+strUserName+"\", \"newwindow\", \"height=600, width=800,center,fullscreen=3\")</script>");