What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Pop-ups?

Pop-ups?
Author: Message:
Stigmata
Veteran Member
*****



Posts: 3520
Reputation: 45
21 / Other / Flag
Joined: Jul 2003
RE: Pop-ups?
its all about how the window is launched...

popup blockers work by defusing the javascript as javascript is client side :)

normal popups work with something like :
code:
window.open


mess.be (FASTCLICK.COM to be more percise) combats popup blockers by insted of plain javascript it writes the popup to auto load with the document :)

code:
<script language="javascript"><!--
var dc=document; var date_ob=new Date();
dc.cookie='h2=o; path=/;';var bust=date_ob.getSeconds();
if(dc.cookie.indexOf('e=llo') <= 0 && dc.cookie.indexOf('2=o') > 0){
dc.write('<scr'+'ipt language="javascript" src="http://media.fastclick.net');
dc.write('/w/pop.cgi?sid=6164&m=2&v=1.8&c='+bust+'"></scr'+'ipt>');
date_ob.setTime(date_ob.getTime()+43200000);
dc.cookie='he=llo; path=/; expires='+ date_ob.toGMTString();} // -->
</script>


:) oh yeh, it also sets a cookie per day so u dont get it everytime you visit the site :P
04-25-2005 04:36 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Pop-ups? - by Savior on 04-25-2005 at 01:32 PM
RE: Pop-ups? - by mwe99 on 04-25-2005 at 02:06 PM
RE: Pop-ups? - by Savior on 04-25-2005 at 02:31 PM
RE: Pop-ups? - by RaceProUK on 04-25-2005 at 04:21 PM
RE: Pop-ups? - by Tasha on 04-25-2005 at 04:25 PM
RE: Pop-ups? - by Stigmata on 04-25-2005 at 04:36 PM
RE: Pop-ups? - by Chris4 on 04-25-2005 at 04:38 PM
RE: Pop-ups? - by trini on 04-25-2005 at 06:53 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On