Web 应用程序中的弹出对话框

发布于 2024-09-25 01:31:27 字数 71 浏览 9 评论 0原文

就 Web 应用程序可用性而言,弹出对话框是一件好事吗?我知道他们破坏了后退按钮。它们是否值得使用,还是只有在无法避免时才使用?

Are popup dialogs a good thing as far as web application usability is concerned? I know they break the back button. Are they worth using or should they be used only when you cant avoid?

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

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

发布评论

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

评论(3

ゃ人海孤独症 2024-10-02 01:31:27

如果您谈论的是窗口弹出窗口,那么它们肯定被认为是不好的可用性实践。用户感觉他要查看广告并突然将其关闭。而且它也不属于网站的无缝视图。弹出窗口确实会分散我们的注意力,我们目前正在开发一个项目,在该项目中,我们使用 jQuery 中的 Lightbox modalbox 来避免使用受到用户好评的弹出窗口。 请参阅

有关灯箱的示例,

http://colorpowered.com/colorbox/。我总是喜欢阅读http://www.useit.com/alertbox/990530.html 出于可用性考虑。

If you are talking about window popups then sure they are considered bad usabiltiy practice. A user feels that he is about to view an advertisement and closes it all sudden. Also it doesnt falls into seamless view of site. Popups are sure a distraction we have currently been working on a project where we use Lightbox modalbox from jQuery to avoid usage of popups which have been very well recieved by users. See

http://colorpowered.com/colorbox/ for examples of Lightboxes.

I always like to read http://www.useit.com/alertbox/990530.html for usability concerns.

清醇 2024-10-02 01:31:27

您可能不会将此视为您想要的答案,但我在我的一些网络应用程序中使用了 CSS 对话框弹出窗口,效果非常好。

请参阅此处: CSS 消息不同类型的盒子

You may not count this as the answer you wanted, but I have used CSS dialog popups with great effect in some of my web apps.

See here: CSS Message Boxes with Different Types

坐在坟头思考人生 2024-10-02 01:31:27

随着 Web 2.0 的到来,最好使用像 jQuery UI 这样的对话框

With the arrival of Web 2.0, it is better to use dialog boxes like jQuery UI

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