Javascript 中的 WIndow.open

发布于 2024-12-03 16:12:20 字数 313 浏览 1 评论 0原文

我真的需要你的帮助。我正在制作一个弹出窗口 使用 JavaScript。

我正在使用 window.open(URL,name,properties);

我想加载一个不加载 URL 窗口的窗口。 我尝试了 location=0location=no 设置,它似乎有效 fin 在 Firefox 上运行,但遗憾的是它在 IE 上不起作用!

在 Firefox 中,它不再显示地址栏,但在 IE 中 地址栏和 URL 仍然存在!

请帮忙。 :9

叮~

I really need your help. I am working on a pop up window
using JavaScript.

I am using the window.open(URL,name, properties);

I wanted to load a window that does not load the URL window.
I tried the location=0 and location=no setting, it seems to work
fin on Firefox but alas it is not working on IE!

In Firefox, it is not showing the location bar anymore, but in IE
the location bar is still there with the URL!

Please help. :9

tinks~

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

你的笑 2024-12-10 16:12:20

您似乎正确调用了方法, IE 很可能不允许您隐藏其网址栏。大多数浏览器都有用户定义的首选项,是否允许网站隐藏工具栏。弹出窗口很容易受到安全选项的影响。

恐怕你必须忍受它,如果用户不希望你隐藏它不会隐藏的网址。

You seem to be calling the method correctly, IE most likely doesnt allow you to hide its url bar. Most browsers have user-defined preferences whether they want to allow websites to be able to hide toolbars. Popups are very susceptible to security options.

I'm afraid you'd have to live with it, if the user doesnt want you to hide the url it wont.

め可乐爱微笑 2024-12-10 16:12:20

不可能了,因为所有现代浏览器都不允许您再在弹出窗口中隐藏 URL :)

Not possible anymore as all modern browsers do not allow you to hide the URL in Popups anymore :)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文