Connecting Tech Pros Worldwide Forums | Help | Site Map

is there any code to get rid of "Pop up block message "

Newbie
 
Join Date: Jul 2007
Posts: 2
#1: Jul 31 '07
Hi there all
some times ,, a message is shown at the time of visiting web sites and I could n ot see some flash or animation in the web sites..
So I want to keep my web sites free from popup block message..
Is there any code that I can add to my web page to get ride of such message ,,
Plz help me and give me a solution ,,
thankz a lot ................

acoder's Avatar
Site Moderator
 
Join Date: Nov 2006
Location: UK
Posts: 14,581
#2: Jul 31 '07

re: is there any code to get rid of "Pop up block message "


This is a browser setting. You can't change it with Javascript. You can detect if a popup has been blocked by checking the variable that you set window.open to.
Needs Regular Fix
 
Join Date: Jun 2006
Posts: 424
#3: Jul 31 '07

re: is there any code to get rid of "Pop up block message "


The best way to avoid it is not to call it- don't open new windows or access ActiveX or java applets in your scripts.
Reply