View Full Version : no link but theres a link
Wojtek
February 16th, 2004, 12:35
http://www.allpoem.com/linktous.php
click on any of the banners
theyr are just images inserted with the <img> tag.
now click on one, even if theres no lil link hand cursor, and it should take you to /undefined
why?
CareBear
February 16th, 2004, 13:21
Combination of:
<!-- PowerPhlogger Code START -->
<script language="JavaScript" type="text/javascript" src="http://www.allpoem.com/pphlogger.js"></script>
<noscript><img alt="" src="http://www.allpoem.com/pphlogger/pphlogger.php?id=admin&st=img"></noscript>
<!-- PowerPhlogger Code END -->
and
<!-- FASTCLICK.COM GLOBAL INTERSTITIAL CODE for allpoem.com -->
<script language="javascript"><!--
var min=15; // frequency cap in minutes, set to 15 or more
var sid=14854;
document.writeln('<scr'+'ipt language="javascript" src="http://code.fastclick.net/is.js"></scr'+'ipt>');
// -->
</script>
<!-- FASTCLICK.COM GLOBAL INTERSTITIAL CODE for allpoem.com -->
as far as I can tell on first glance.
Wojtek
February 16th, 2004, 14:26
besides removing those 2 pieces of code, is there a way to stop it doing it?
maybe creating an html page with a refresh=0 to history.back and renaming it undefined?
CareBear
February 16th, 2004, 15:18
It's actually just the factclick script that's causing it to happen. It replaces the event handler on any img to call itself.
My guess would be that it's designed to forward people when they click on an ad but that for some reason it's not working properly and acting on all img tags.
Are you sure you added it to your page properly?
maybe creating an html page with a refresh=0 to history.back and renaming it undefined?Replacing all your <img> tags with something like <span href="#"><img ...></span> will work too. But the fact remains that when people click on any image on your site there's a chance they'll be redirected to an ad site.
Powered by vBulletin® Version 4.1.7 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.