473,382 Members | 1,369 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

How does this URL get around Popup blockers?

QA
Go to
http://dictionary.reference.com/search?r=67&q=apple
you see this
<!-- FASTCLICK.COM POP-UNDER CODE v2.0 for dictionary.com (12 hour) -->
<script language="javascript"><!--
var min_hour_frequency=12; var fastclick_site_id=4366;
document.write('<scr'+'ipt language="javascript" '+
'src="http://code.fastclick.net/pu.js"></scr'+'ipt>'); // -->
</script>
<!-- FASTCLICK.COM POP-UNDER CODE v2.0 for dictionary.com (12 hour) -->

Which will lead to
http://code.fastclick.net/pu.js
you see this
var date_ob=new Date();
document.cookie='h2=o; path=/;';
if(document.cookie.indexOf('e=llo') <= 0 && document.cookie.indexOf('2=o') >
0){
var bust=date_ob.getSeconds();
if(min_hour_frequency+0<12){min_hour_frequency=12} ;
date_ob.setTime(date_ob.getTime()+3600*1000);
document.cookie='he=llo; path=/; expires='+date_ob.toGMTString();
date_ob.setTime(date_ob.getTime()+min_hour_frequen cy*3600*1000);
var cap_ck='he=llo; path=/; expires='+date_ob.toGMTString();
document.write('<scr'+'ipt language="javascript"
src="http://media.fastclick.net/w/pop.cgi?sid='+fastclick_site_id+'&m=2&tp=2
&v=2.0&c='+bust+'"></scr'+'ipt>');
}

Which leads to
http://media.fastclick.net/w/pop.cgi...&tp=2&v=2.0&c=
you see this
var ADSERVER_POPS_VAL=6;
var popupwin =
window.open('http://web.tickle.com/forward?sid=2239&supp=redswinglinegroupc1
uiq&test=uiqogt','PopWin',',menubar=no,resizable=y es,scrollbars=yes,toolbar=
yes,height=680,width=720');
popupwin.blur();

window.focus();

My question is how could the google toolbar does not block the pop?
Jul 23 '05 #1
1 2249
QA wrote:
Go to
http://dictionary.reference.com/search?r=67&q=apple
you see this
<!-- FASTCLICK.COM POP-UNDER CODE v2.0 for dictionary.com (12 hour) -->
<script language="javascript"><!--
var min_hour_frequency=12; var fastclick_site_id=4366;
document.write('<scr'+'ipt language="javascript" '+
'src="http://code.fastclick.net/pu.js"></scr'+'ipt>'); // -->
</script>
<!-- FASTCLICK.COM POP-UNDER CODE v2.0 for dictionary.com (12 hour) -->
I don't see that anywhere on the page you specified. There is some JavaScript
that refers to serverby.advertising.com, but it generates no popups or popup
attempts.
My question is how could the google toolbar does not block the pop?


Because sleazy Web site authors are working 24 hours a day, 7 days a week to
defeat the popup blockers. And for every new design that gets around a popup
blocker, the popup blocker authors (hopefully) counter with a mechanism that
stops them.

--
Grant Wagner <gw*****@agricoreunited.com>
comp.lang.javascript FAQ - http://jibbering.com/faq

Jul 23 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Dan | last post by:
First, I'm sorry if this question has been asked too many times. I'm new to this news group. The question has to do with the use of popup windows in a web page. I have heard that popup windows...
8
by: Bijoy Naick | last post by:
It seems like the BBC sports site is able to get past popup blockers.. For eg.. http://news.bbc.co.uk/sport1/hi/cricket/default.stm. Click on the Video icon under "Watch and Listen" - right hand...
26
by: Raffi | last post by:
Hi, We have a database application that runs in a popup Internet Explorer application window. The reason for this is to isolate the casual user from the address bar and the typical IE navigation...
15
by: | last post by:
So many websites can get around my Googlebar's popup blockers. Even Opera 8 can not stop those popups. I looked into the codes, and I can find nothing showing me how it is done. Can anyone help me...
13
by: ldan | last post by:
Hi everybody, I would not consider myself an expert in javascript - but so far whatever I know, helped me reaching my goals. Recently I started to experience a lot of javascript errors related...
15
by: SJ | last post by:
I need to have some popups work for our company website but most popup blockers block popups pretty well. I was wondering if its possible to popup windows inspite of the popup blocker using...
1
by: Leo Muller | last post by:
Hi, I found a nice way of working around popup blockers. A popup would be opened automatically, but if it isn't then something else on the page would happen, like displaying a manual link. ...
4
by: vickeybird | last post by:
I want to know if it is possible to detect if Pop up Blocker is enabled without trying to open a Pop Up windows. I'm trying to create a web analytics script and visible Pop up in case of disabled...
2
by: jtaylor | last post by:
I am having a problem with the prompt message being blocked by popup blockers. (I think) I have the following javascript code on my page and some customers are having a problem with the prompt...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.