使用JavaScript弹出窗口中删除地址栏 [英] Remove Address bar from popup window using Javascript

查看:106
本文介绍了使用JavaScript弹出窗口中删除地址栏的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

它是适用于从使用JavaScript弹出窗口中删除地址栏
例如:

Is it applicable to remove the address bar from a popup window using javascript ex:

 window.open(url, 'liveMatches', 'width=720,height=800,toolbar=0,location=0, directories=0, status=0, menubar=0');

请咨询,

推荐答案

从理论上说,是的。然而,与在Javascript中的一切,也不能保证任何给定的浏览器将支持它,或者实施将是跨浏览器一致的。

Theoretically, yes. However, as with everything in Javascript, there's no guarantee that any given browser will support it or that the implementation will be consistent across browsers.

此链接还有的此链接表明位置选项应该控制是否显示该位置/地址栏。它也应该有比较好的跨浏览器支持。

This link as well as this link indicate that the location option should control whether or not the Location/Address bar is shown. It should also have relatively good cross-browser support.

这篇关于使用JavaScript弹出窗口中删除地址栏的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆