最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - What is the difference between Popup , chromeless window, modal-window, lightbox, hover ad? - Stack Overflow

programmeradmin1浏览0评论

What is the difference between Popup , chromeless window, modal-window, lightbox, hover ad?

Which is unblockable with default setting on any browser, more accessible with screen reader and even accessible if javascript disabled?

What is the difference between Popup , chromeless window, modal-window, lightbox, hover ad?

Which is unblockable with default setting on any browser, more accessible with screen reader and even accessible if javascript disabled?

Share Improve this question asked Feb 13, 2010 at 11:49 Jitendra VyasJitendra Vyas 153k240 gold badges586 silver badges867 bronze badges
Add a ment  | 

2 Answers 2

Reset to default 3

Popup: Anything that pops up from your browser. They tend to annoy users, and therefore they are often blocked by the browsers.

Chromeless Window: Just another kind of popup window that doesn't show the browser menu or toolbar.

Modal Window: The JavaScript alert() method is an example of a modal dialog. The users must acknowledge the popup before they can return to operate the parent application.

Lightbox: A modal-dialog JavaScript implementation normally used to display images. Requires JavaScipt and it isn't blocked by browsers unless JavaScript has been disabled.

Hover Ad: These are implemented in JavaScript similarly to Lightbox, but are not modal so the users may continue using the parent application. They are used for online advertising solutions and most implementations do not scroll with the web page, and therefore may obscure some of the content. While there is a big chance that Hover Ads may annoy users, they are quite difficult to block.

Depending on the Browser you use, Internet Explorer and Firefox pletely blocks the pop-ups with JavaScript Disabled, Google Chrome on the other hand lets Alert Boxes and Announcement boxes still pop-up.You can test it here using your Google Chrome Browser: Alert Box

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论