View Single Post
  #23  
Old 04-07-2003, 11:16
Jogo's Avatar
Jogo Jogo is offline
Phrasiquement typé
 
Join Date: 25-10-2002
Location: Caen (14)
Age: 37
Posts: 385
Send a message via MSN to Jogo
Quote:
Provient du message de kenshin
j'ai du mal à te suivre mon cher Jogo,
la page menu4.php ne contient que le script que tu as fait, la pub de lycos ne s'affiche pas.
la pub maintenant chez multimania est une bannière sur la droite qui s'affiche une fois et encore tu acutualises la page et elle disparait.
Ah oui, as-tu regardé la source de ta page ?
Quote:
http://membres.lycos.fr/kenshin51/menu4.php
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Document sans titre</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
document.write("<font face='Arial' size='2'><b>02/07/2003 : </b><a href='http://membres.lycos.fr/kenshin51/freenews/ex_suite_news.php?id_news=2' target='_blank'>je vais y arriver ou pas</a></font><br />");
document.write("<font face='Arial' size='2'><b>02/07/2003 : </b><a href='http://membres.lycos.fr/kenshin51/freenews/ex_suite_news.php?id_news=1' target='_blank'>Test news</a></font><br />");


</body>

</html>

</pre></xmp></noscript>
<script src="http://ads.multimania.lycos.fr/ad/test_frame_size.js"></script>
<script language="javascript">
if (!AD_clientWindowSize()) {
document.write('<NOSC'+'RIPT>');
}
</script> <script type="text/javascript">
function setCookie(name, value, expires, path, domain, secure) {
var curCookie = name + "=" + escape(value) +
((expires) ? "; expires=" + expires.toGMTString() : "") +
((path) ? "; path=" + path : "") +
((domain) ? "; domain=" + domain : "") +
((secure) ? "; secure" : "");
document.cookie = curCookie;
}

function resizeGoogleAdFrame() {
parent.document.body.cols = "*, 140";
}


var ad_url = "http://ads.multimania.lycos.fr/ad/google/frame.php?_url="+escape(self.location);
var ref=window.document.referrer;


if(parent.LycosAdFrame) {
if(parent.memberPage && parent.memberPage.document.title ) {
parent.document.title=parent.memberPage.document.title;
}

if(parent.LycosAdFrame && parent.LycosAdFrame.location && (ref != "" && (ref+"?" != window.location) && (ref.substr(ref.length-1,1) != "/")) ) {
parent.LycosAdFrame.location.href=ad_url;
}
}
else if(top.LycosAdFrame && top.LycosAdFrame.location) {
if ((ref != "" && (ref+"?" != top.window.location) && (ref.substr(ref.length-1,1) != "?"))) {
top.LycosAdFrame.location.href=ad_url;
}
}

else {
setCookie("adFrameForcePHP",1,0,"/","membres.lycos.fr",0);
}
// hack to disallow people from resizing the google frame
//setTimeout("resizeGoogleAdFrame()", 5000);

</script>

<script type="text/javascript" src="http://ads.multimania.lycos.fr/ad/ad.php?cat=&mkw=&CC=fr&ord=1898087491&adpref="></script>
Je l'invete ça peut-être ? C'est pas venu tout seul ! C'est pour ça que t'a une erreur javascript, en croyant ouvrir un fichier js le script tombe sur toute cette merde, et là erreur JS !
Reply With Quote