<SCRIPT language=JavaScript> 
function windowOpener1(){ controlWindow=window.open('','21dnn','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=478,height=386');}</SCRIPT >.21dnn 可以随便写,后面的no可该为yes, 窗口弹出越早代码放的越可前。效果自己看.

解决方案 »

  1.   

    如果是如下:
    <html>
    <head>
    <title>XX</title>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
    <META name="GENERATOR" content="IBM WebSphere Studio">
    </head>
    <frameset rows="*,140" frameborder="NO"  framespacing="1" cols="*" border="1">
        <frame name="mainFrame1" src="loginchild1.htm" scrolling="NO" frameborder="NO">
        <frame name="mainFrame" scrolling="NO" noresize src="login.htm" frameborder="YES" bordercolor="#FFCC66">
        </frameset>
    <noframes> 
    <body topmargin="0" leftmargin="0" marginwidth="0" marginheight="0" bgcolor="#FFFFFF" text="#000000"></body>
    </noframes> 
    </html>
    如何让这个页面全屏?