|
I am facing trouble in turning the popup blocker off through watin code. Could anyone please help me in knowing how to turn off the popup blocker of IE through watin? Is there any way to turn off the popup blocker of tool bars (like google, yahoo or msn...
Started by keshav on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
All:
HKEY_LOCAL_MACHINE\Software....
See http://support.microsoft.com/kb/843016 for more information on the specific keys.
You can use .NET to change the registry keys for IE .
You can't disable this with WatiN, you could however use UIAutomation to do it .
|
|
Our java applet needs to open a new htm page to web browser but popup blocker seem to block this code:
try { AppletContext a = getAppletContext(); URL url = new URL(link); a.showDocument(url,"_blank"); }
can you use somehow live javasrcipt to open a window...
Started by Tom on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
I'm probably not being helpful, but....
No matter what you put not be unreasonable to ask the client to whitelist your site in their popup blocker.
I am fairly sure that any popup blocker worth its salt will block popups.
|
|
It seems like when trying to open 2 windows from a succession of windows.open calls, it only allows the first window to open and deletes the reference to the second window. I know this probably sounds a little kludgy, but we do need to have that second...
Started by amvx on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
The IE pop-up blocker, by default, only allows (not sure if ....
EDIT: I just realized that you probably are using a blank ('') window of using popups), which is considered a better practice.
The popup blocker for that zone.
|
Ask your Facebook Friends
|
Hi there,
Can anyone help, i have a popup that is being blocked .. it is a popup that is created because somebody has clicked on a Print picture on my site... I thought IE is not supposed to block these when the popup came via an onclick?
Can anyone help...
Started by mark smith on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Please allow ....
If (!child1) { alert('You have a popup blocker enabled.
Just do this after the code example you've provided.
You're creating the popup programatically.
It blocks it because it's not an anchor with a target="_blank" .
|
|
What do you all recommend as the best popup blocker? There are so many, and I don't want to get a bogus program. I did download StopZilla, but haven't installed it yet.
Thanks a bunch!
Started by HarleysAngel on
, 16 posts
by 11 people.
Answer Snippets (Read the full thread at comcast):
You know what I mean popup blocker....
Http://www.southbaypc.com/NoAds a popup blocker from a bogus site and end up with more popups LOL ...
I think it works fairly good.
I use a popup blocker called noads.
|
|
This might be a dumb question but what exactly is the filter rule format to globally allow sites? Do I need multiple entries to handle folder structure of the sites and entries to handle subdomains? Is an asterisk used for a wildcard, do I even need to...
Answer Snippets (Read the full thread at superuser):
If you.
Rules are simple -- like heavyd has already described.
For Pop-up Blocker should be useful.
|
|
Also many programs add blockers when you download them, like anything Google rewards you with their toolbar which includes a blocker, so you may have several
Started by Mod_Polgaratex on
, 5 posts
by 4 people.
Answer Snippets (Read the full thread at pogo):
You can also try holding down CTRL or CTRL and ALT as the table... .
Where do i find the popup blocker Go to your popup blocker's allow list and add game3.pogo.com.
It's specific to your browser and not to Pogo.
Browser toolbar.
|
|
We have one client machine running IE8 that gives the error
"Sorry, but we have noticed that your popup-blocker has disabled a window that provides application functionality. You will need to disable popup blocking on this site in order to utilize this...
Started by nilestreet on
, 4 posts
by 2 people.
Answer Snippets (Read the full thread at tinymce):
I wasn't sure how to use Spocke's advice in the previous post .
Be an issue with popup blockers.
|
|
Hello All,
While doing bookmarking or directory submission, many sites have pop-ups window. I want firefox to prevent this. I used that in built option for pop up blocker But still have issues.
Will anyone please help me??
thanks in advance...
Started by smart.sawant on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at seoforums):
A remote attacker the popup blocker....
These steps to permanently or temporarily disable the Mozilla Firefox popup blocker for a particular security module, caused by a vulnerability when the popup blocker is disabled.
|
|
Is there a good way to determine if a person has a popup blocker enabled? I need to maintain a web application that unfortunately has tons of popups throughout it and I need to check if the user has popup blockers enabled.
The only way I've found to do...
Started by Chris Conway on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
However, a good approximate answer to the question “is a popup-blocker installedI don't think there....
Read Detect a popup blocker using for sure is to try it.
blockers don't add anything that can be interrogated in JS.
|