Advertisement

05.19.2008 at 01:19PM PDT, ID: 23415058
[x]
Attachment Details

Bypass Popup Filtering

Asked by zyanj in Miscellaneous Web Development

I have a popup window using the following code (I am using dreamweaver) . I would like for it to come up regardless of popup security (windows, google etc)

The porn guys are able to do this; if you want the screen or not. How can I do this. I have a  promotional flyer that I would like to showup before you enter my site.
Start Free Trial
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
<script language="JavaScript">
<!--
function do_popup()
{
 
window.open("http://www.mysite.html", "_blank", "width=533,height=694,status=no,location=no,toolbar=no,directories=no,resizeable=no,scrollbars=no")
      
}
 
popup_oldunload = window.onload
 
function pagestart(e)
{
      if (popup_oldunload)
            popup_oldunload(e)
      do_popup()
}
 
window.onload = pagestart
//-->
</script>
[+][-]05.19.2008 at 04:13PM PDT, ID: 21602364

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05.20.2008 at 12:17PM PDT, ID: 21609362

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: Miscellaneous Web Development
Sign Up Now!
Solution Provided By: ChoobsTech
Participating Experts: 2
Solution Grade: A
 
 
[+][-]05.20.2008 at 12:20PM PDT, ID: 21609401

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628