怎样使得链接的下一个新窗口满屏显示并且没有菜单栏?????

解决方案 »

  1.   

    设置下面的属性:WindowState = Maximized
    ControlBox = False
      

  2.   

    <script id="Rs">
    window.open('Admin_353com.aspx','iSBCSMain','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width='+screen.width+',height='+screen.height+',left=0,top=0');
    </script>===============================
        CSDN小助手 是一款脱离浏览器也可以使用csdn论坛的
    软件!
        界面: http://qqwwee.com/
        下载: http://qqwwee.com/csdn.rar 包含源代码
      

  3.   

    在什么里面设置
    设置下面的属性:WindowState = Maximized
    ControlBox = False
      

  4.   

    同意: ccghghgj(CSDN论坛助手)
      

  5.   

    我要在新页面的前台html语言中设置,应该怎么办???
      

  6.   

    我要在新页面的前台html语言中设置,应该怎么办???
      

  7.   

    我要在新页面的前台html语言中设置,应该怎么办???
      

  8.   

    我要在新页面的前台html语言中设置,应该怎么办???
    大家帮忙想一想
      

  9.   

    在打开新窗口的叶面的html中写:
    window.open('Admin_353com.aspx','iSBCSMain','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width='+screen.width+',height='+screen.height+',left=0,top=0');
    即可阿
    试试
      

  10.   

    window.open('Admin_353com.aspx','iSBCSMain','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width='+screen.width+',height='+screen.height+',left=0,top=0');这段代码放在什么地方呀????
      

  11.   

    window.open('Admin_353com.aspx','iSBCSMain','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width='+screen.width+',height='+screen.height+',left=0,top=0');这段代码放在什么地方呀????
      

  12.   

    window.open('Admin_353com.aspx','iSBCSMain','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width='+screen.width+',height='+screen.height+',left=0,top=0');这段代码放新窗口的html的什么地方呀????
      

  13.   

    大家帮忙想一想!!!
    我想代码写在新页面的html语言中
      

  14.   

    不用,上面说的很详细了,把'Admin_353com.aspx'换一下就成.
      

  15.   

    大家帮忙想一想
    这段代码放在新页面的什么地方????
    window.open('Admin_353com.aspx','iSBCSMain','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width='+screen.width+',height='+screen.height+',left=0,top=0');
      

  16.   

    大家帮忙想一想
    这段代码放在新页面的什么地方????
    window.open('Admin_353com.aspx','iSBCSMain','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width='+screen.width+',height='+screen.height+',left=0,top=0');
      

  17.   

    大家帮忙想一想
    这段代码放在新页面的什么地方????
    window.open('Admin_353com.aspx','iSBCSMain','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width='+screen.width+',height='+screen.height+',left=0,top=0');
      

  18.   

    <div style="cursor:hand" onclick='window.open'>单击</div>
    ————————————————————————————————
    DotNet中华网:www.aspxcn.org
      

  19.   

    楼主这是恶意抢楼,
    如果是连接的话,你就用个linkbutton或者其他的象wu那样类似的写
      

  20.   

    我的意思是,我就一个页面,怎样在本页面的html中实现,打开浏览器总是满屏显示的功能。
    大家帮忙想一想!
      

  21.   

    我的意思是,我就一个页面,怎样在本页面的html中实现,打开浏览器总是满屏显示的功能。
    大家帮忙想一想!