谁见过吗? 见到过就做得出,否则 ...

解决方案 »

  1.   

    开新页面  关闭老页面而已
      

  2.   

    <htm>
    <SCRIPT language="JavaScript">
     function toFull(){
      if(window.name=="fullscreen")return;
    var a =window.open("","fullscreen","fullscreen=yes","scrollbars=yes")
    a.location = window.location.href
    window.opener=null
    window.close()
     }
    toFull();
     </SCRIPT>
    <html><body bgcolor="#008080" leftmargin="1" topmargin="1">
    <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
      <tr> 
        <td>&nbsp;</td>
      </tr>
    </table>
    </body>
    </html>
      

  3.   

    3332221119的例子中如何控制页面的大小呢?