Title: Popup window
Last modified: February 10, 2018

---

# Popup window

 *  [yury28](https://wordpress.org/support/users/yury28/)
 * (@yury28)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/popup-window-4/)
 * Hey guys,
 * I created one icon in my website ( Clique Here ) and i want to open one popup
   with the informations, how to do this?

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [staartmees](https://wordpress.org/support/users/staartmees/)
 * (@staartmees)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/popup-window-4/#post-9955474)
 * Did you already search the plugins for popup? [https://wordpress.org/plugins/search/popup/](https://wordpress.org/plugins/search/popup/)
 *  Moderator [bcworkz](https://wordpress.org/support/users/bcworkz/)
 * (@bcworkz)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/popup-window-4/#post-9958285)
 * Basically:
    `<div onclick="window.open('http://example.com/popup-content/')">
   Click Here</div>`
 * That’s the traditional popup that opens in a new window. It has gotten a bad 
   reputation over the years due to abuse, such that many forms of it are often 
   blocked. Open on click should still work.
 * The “popups” you usually see these days are actually modals where the popup/modal
   content is part of the current page and hidden by default through CSS rules. 
   When the click event fires, JavaScript alters the CSS to darken the main page
   and displays the popup over it. User interaction should be limited to the modal
   area. Clicking outside the modal could dismiss the modal as though ‘X’ or cancel
   were clicked.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Popup window’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 3 participants
 * Last reply from: [bcworkz](https://wordpress.org/support/users/bcworkz/)
 * Last activity: [8 years, 6 months ago](https://wordpress.org/support/topic/popup-window-4/#post-9958285)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
