I once found a code that claimed that if you put it at the end of your url it would prevent your page from loading popups, so you could use it in traffic exchanges or something. I can't find it any more, and I was wondering if there really is a way to do so...
Announcement
Collapse
No announcement yet.
Popup blocking links
Collapse
X
-
You fail to see my point... they are ads that I'VE PUT THERE. The only reason I inquire into it at all is because I vaguely remember stumbling across a code that is part of the url that has the effect I'm looking for. I mean to use it as an option, like for the traffic exchanges as I've mentioned above, to keep MY OWN ads from popping up under certain conditions.~SiNa94~
http://seducius.port5.com/
"Stab...die!"
Comment
-
Maybe what you once saw that prevents popups was by appending a parameter in the URL that tells to stop popup.
i.e.
http://mydomain/page.xxx?popup=0
then in your page, access the popup parameter by server-side language or client-side language (javascript) and do appropriate action based on the value.
Comment
Comment