Opening javascript popup window without address bar and title with height and width set in percentage according to screen resolution

和自甴很熟 提交于 2019-12-06 05:58:09

For security reasons, this is not possible.

Check out http://www.codeproject.com/Questions/79625/How-to-hide-title-bar-in-Javascript-popup

You may use alternatives like modal dialogs which more appealing. Most JS libraries provide modal dialogs out of the box or by using plugins.

Is it supposed to be menu = no or menubar = no??

settings = 'width='+w+',height='+h+',top='+top+', left='+left+',menubar=no,resizable=no,scrollbars=yes,location=no,toolbar=no' worked fine for me.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!