aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes unblock popups Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "unblock popups" Watch "unblock popups" New topic
Author

unblock popups

Namrta Pandey
Ranch Hand

Joined: Jul 22, 2008
Posts: 36
HI,

In my application I am using popups to show some information. But if user has popup blocker installed in his browser, my popups are getting blocked. Is there any way to unblock popups on user's browser through java /javascript.

Thanks in Advance.
Namrta
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56173
    
  13

No. Thank goodness.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
David Newton
Author
Rancher

Joined: Sep 29, 2008
Posts: 12617

No. And if you *did*, without my permission, I'd be upset.
Eric Pascarello
author
Rancher

Joined: Nov 08, 2001
Posts: 15357
    
    6
Only option is to detect if they are blocked and display some sort of notification to enable them. A better solution is to not use pop ups at all. Use iframes or Ajax with "modal" divs.

Eric
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: unblock popups
 
Similar Threads
Blocking popups in Browser
My Browser Has a Popup Window Blocker?
Storing Javascript object and reloading it
Can I in anyway see if popup is possible ?
how to disable pop-up blocked message in IE6.0 onwards.