home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2005 October / maximum-cd-2005-10.iso / Software / Apps / FirefoxSetup1.0.6.exe / help.xpi / bin / chrome / help.jar / locale / en-US / help / popup.xhtml < prev    next >
Encoding:
Extensible Markup Language  |  2004-10-14  |  4.0 KB  |  95 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"[
  3.     <!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" >
  4.     %brandDTD;
  5.     <!ENTITY % platformDTD SYSTEM "chrome://help/locale/platformStrings.dtd" >
  6.     %platformDTD;
  7. ]>
  8. <!--
  9. Contributors:
  10.   David Tenser <david.tenser@comhem.se> (original author)
  11.   Steffen Wilberg <steffen.wilberg@web.de>
  12. -->
  13. <html xmlns="http://www.w3.org/1999/xhtml">
  14. <head>
  15.     <title>Controlling Popups</title>
  16.     <link rel="stylesheet" type="text/css" href="chrome://help/skin/helpFileLayout.css"/>
  17. </head>
  18.  
  19. <body>
  20.  
  21. <h1>Controlling Popups</h1>
  22. <p>This document explains all of the &pref.plural; available in &brandFullName;
  23.   for controlling popups.</p>
  24.  
  25. <div class="contentsBox">
  26.   In this section:
  27.   <ul>
  28.     <li><a href="#what_are_popups">What are Popups?</a></li>
  29.     <li><a href="#popup_blocker_preferences">Popup Blocker &pref.pluralCaps;</a></li>
  30.   </ul>
  31. </div>
  32.  
  33. <h2 id="what_are_popups">What are Popups?</h2>
  34. <p>Popup windows, or popups, are windows that appear automatically without your
  35. permission. They vary in size but usually don't cover the whole screen. Some popups
  36. open on top of the current &brandShortName; window, while others appear
  37. underneath &brandShortName; (popunders).</p>
  38.  
  39. <p>&brandShortName; allows you to control both popups and popunders through the
  40. <a href="prefs.xhtml#web_features_options">Web Features panel</a> in &pref.pluralCaps;.
  41. Popup blocking is turned on by default, so you don't have to worry about enabling it
  42. to prevent popups from appearing in &brandShortName;.</p>
  43.  
  44. <p>When blocking a popup, &brandShortName; displays an information bar, as well
  45. as an icon <img src="chrome://browser/skin/Info.png" width="16" height="16"
  46. alt=""/> in the status bar. When you click either the information bar or the
  47. icon, a menu is displayed with the following choices:
  48. <ul>
  49.   <li>Allow/Block popups for this site</li>
  50.   <li>Edit <a href="#popup_blocker_preferences">Popup Blocker Options</a></li>
  51.   <li>Don't show info message when blocking popups</li>
  52.   <li>(show a blocked popup)</li>
  53. </ul>
  54. </p>
  55.  
  56. <p><strong>Blocking popups may interfere with some web sites</strong>: Some web sites,
  57. including some banking sites, use popups for important features. Blocking all popups
  58. disables such features. To allow specific web sites to use popups, while blocking
  59. all others, you can add specific web sites to the list of allowed sites.</p>
  60.  
  61. <p><strong>Blocking popups doesn't always work</strong>: Although &brandShortName; blocks most
  62. popups, some web sites may show popups using uncovered methods, even when blocked.</p>
  63.  
  64. <h2 id="popup_blocker_preferences">Popup Blocker &pref.pluralCaps;</h2>
  65.  
  66. <div>This section describes how to use the &brandShortName; Popup Blocker. If you're not
  67. already viewing it, open the Web Features panel by following these steps:
  68. <ol>
  69.   <li>Select &pref.menuPath;.</li>
  70.   <li>Click on the <em>Web Features</em> category.</li>
  71. </ol>
  72. From there, you can do the following things:
  73. <ul>
  74.   <li><strong>Block Popup Windows</strong></li>
  75.   <li><strong>Exceptions dialog</strong>: This is a list of sites that you want to allow
  76.     to display popups. The dialog has the following choices:
  77.   <ul>
  78.     <li><strong>Allow</strong>: Click this to add a web site to the exceptions list.</li>
  79.     <li><strong>Remove Site</strong>: Click this to remove a web site from the exceptions list.</li>
  80.     <li><strong>Remove All Sites</strong>: Click this to remove all of the web sites in
  81.       the exceptions list.</li>
  82.   </ul>
  83.   </li>
  84. </ul>
  85. </div>
  86.  
  87. <p><strong>Note</strong>: Blocking popups may not always work and may interfere with
  88. some web sites. For more information about blocking popups, see
  89. <a href="#what_are_popups">What are Popups</a>.</p>
  90.  
  91. <div class="contentsBox"><em>14 October 2004</em></div>
  92. <p>Copyright © 2003-2004 Contributors to the Mozilla Help Viewer Project.</p>
  93. </body>
  94. </html>
  95.