Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Javascript > Pass Popup blocker?

Reply
Thread Tools

Pass Popup blocker?

 
 
rovisoft
Guest
Posts: n/a
 
      04-10-2005
Does anybody know how to pass a popup blocker to let popup windows and
redirects work?


Thanks,Ovidiu


-----------------------------------
http://www.DevPlug.com -- Connecting Developers
 
Reply With Quote
 
 
 
 
Richard Cornford
Guest
Posts: n/a
 
      04-10-2005
rovisoft wrote:
> Does anybody know how to pass a popup blocker
> to let popup windows


A small subset of pop-up blockers can be defeated by client-side code.
If they were better written they could not be, so once their authors get
reports of them failing to block pop-ups you can expect them to be
updated to the point where they cannot be defeated (it is not that
difficult). Each that can be defeated would require a slightly different
approach, so lots of code to download to the client for a currently
negligible and diminishing return. In short, don't bother trying it is
a waste of effort. Re-designing so that no new windows are needed is the
only viable strategy in a public context.

> and redirects work?


HTTP redirects should not be influenced by pop-up blocking software.

Richard.


 
Reply With Quote
 
 
 
 
Randy Webb
Guest
Posts: n/a
 
      04-10-2005
rovisoft wrote:

> Does anybody know how to pass a popup blocker to let popup windows and
> redirects work?


You, and every popup porn site on the web, would like an answer to that.
That answer is quite simple though, you can't. Users install popup
blockers for a reason - they don't want popups. So you are wanting to
force something on a user that has explicitly said they don't want it?
How nice......

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly
Answer:It destroys the order of the conversation
Question: Why?
Answer: Top-Posting.
Question: Whats the most annoying thing on Usenet?
 
Reply With Quote
 
Eric
Guest
Posts: n/a
 
      04-10-2005
rovisoft wrote:

> Does anybody know how to pass a popup blocker to let popup windows and
> redirects work?
>
>
> Thanks,Ovidiu
>
>
> -----------------------------------
> http://www.DevPlug.com -- Connecting Developers


Yes, on your server, run a jumper from +12 to ground, be sure to hold it
there till the smoke clears.
Eric

--
I am Locutus of Borg
Resistance is futile.
Your life as it has been is over.
From this moment on you will service... us


 
Reply With Quote
 
rovisoft
Guest
Posts: n/a
 
      04-11-2005
I was just curious, i know that they update their rules with new ones
so it's only a short time solution if you pass by!
Thanks for your replies, Ovidiu


-----------------------------------
http://www.DevPlug.com -- Connecting Developers
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Watir Javascript popup handler: How to handle the popup dialog? Rajesh Ruby 0 07-31-2007 04:36 AM
ASP.NET JavaScript Popup, No Popup Using Back Button dapkniht ASP .Net 1 03-08-2006 08:49 AM
Popup Window Popup Timing =?Utf-8?B?Sm9obiBXYWxrZXI=?= ASP .Net 3 11-04-2005 07:33 PM
Main > Popup > Popup > Close popup AND new URL in main? Jens Peter Hansen Javascript 7 06-19-2004 08:56 PM
trigger event on opener from popup when closing it or run opener script from popup Urs Gubler Javascript 0 07-02-2003 02:08 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57