try<A href="address" onclick="win=window.open(this.href,'_blank');win.resizeTo(screen.width,screen.height);win.moveTo(0,0);return false;">Some Address</A>

解决方案 »

  1.   

    <a href=aa.htm target=instant onclick="window.open('about:blank','instant','')">你在新网页aa.htm里加上这么一句:<body onload="hh2.Click()"><object id=hh2 classid="clsid:ADB880A6-D8FF-11CF-9377-00AA003B7A11"> 
    <param name="Command" value="Maximize"></object>这样新开出来的网页绝对是最大化的。
      

  2.   

    <A href="address" onclick="window.open(this.href,'_blank','resizable,status,menubar,location,toolbar,left=0,top=0,width='+screen.width+',height='+(screen.height-200));return false">Some Address</A>
      

  3.   

    秋水的例子里的  screen.height-200  应该是  screen.height-20