zp820705 发表于 2013-1-29 09:27:27

全屏打开页面

javascript代码:
<div style="border: 1px solid #cccccc; padding: 4px 5px 4px 4px; background-color: #eeeeee; font-size: 13px; width: 98%;"><!--<br /><br />Code highlighting produced by Actipro CodeHighlighter (freeware)<br />http://www.CodeHighlighter.com/<br /><br />-->function maxwindow()
{
    var x=screen.availwidth-10;
    var y=screen.availheight-30;
    var s=open("login.jsp","","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width="+x+",height="+y+",top=0,left=0");
    if (!s)
        showtxt.style.display="";
    else
    {
        
        this.focus();
        this.opener=null;
        this.close();
        s.focus();
    }
}
页: [1]
查看完整版本: 全屏打开页面