<object id=maximize type="application/x-oleobject" classid="clsid:adb880a6-d8ff-11cf-9377-00aa003b7a11">
<param name="Command" value="MAXIMIZE">
</object>
<script language="javascript">
if(self.screenLeft>1){
maximize.Click();
}
self.focus();
</script>

解决方案 »

  1.   

    <html>
    <head>
    <script>
    function MM_openBrWindow2(theURL,winName) { //v2.0newwindow=window.open("",winName,"hotkeys=no,height=window.screenY,width=window.screenX,alwaysRaised=yes,dependent=this,status,scrollbars,titlebar, FullScreen=true");   
    if (document.all){
    newwindow.moveTo(0,0);
    newwindow.resizeTo(screen.width,screen.height);

    newwindow.location=theURL;
    }
    </script>
    </head>
    <body>
    <a href="#"><img height=60 src="rzcx.gif" width=100 border=0 onclick="MM_openBrWindow2('欢迎光临.htm','')" ></a>
    </body>
    </html>