|
Ces codes vont vous permettre
de supprimer la pub
qui s'ouvre dans vos pages
perso.
Voici les codes html pour les
différents hébergeurs :
Multimania;
Tripod; Xoom;
iFrance; Chez
; iVillage ; Namezero
;
Le Village
Ifrance;
CiteWeb
; Popups ; Popups ; Ad frame
Télécharger
la page ( 1,93 Ko )
Multimania :
<NOSCRIPT> ou <noscript>
Ou alors ajouter une ligne après le tag fermant de la page:
</html>
< pre style="display :none" >< xmp style="display :none" >
Tripod :
<script language="JavaScript">
<!--
function TripodShowPopup() {
// open the popup window
var popupURL = "http://members.tripod.com/adm/popup/
roadmap.shtml";
var popup = window.open(popupURL,"TripodPopup",
'toolbar=0,location=0,directories=0,status=0,menubar=0,
scrollbars=0,resizable=0,width=477,height=110');
popup.document.write('<script language="javascript">');
popup.document.write('setTimeout(');
popup.document.write('"self.close()');
popup.document.write(';",0000)');
popup.document.write('</');
popup.document.write('script>');
if( navigator.appName.substring(0,8) == "Netscape" ) {
popup.location = popupURL;
} }
TripodShowPopup();
// -->
</script>
XOOM
<SCRIPT TYPE="text/javascript" LANGUAGE=JAVASCRIPT>
<!--
if (top.frames.length!=0)
top.location=self.document.location;
// -->
</SCRIPT>
IFrance
<body onload='parent.document.body.rows=&quo
Chez
<script language="javascript">
function closeOto()
{window.self.close();}
closeOto();
</script>
<SCRIPT LANGUAGE="JavaScript">
N = 3/3;
if (Math.random() < N) {
window.open('Ma page.html',
('pub','location=no,toolbar=no,status=no,directories=no,scrollbars=no,width=471,height=91');)
}
</SCRIPT>
iVillage
<NOSCRIPT>
<!-- <BODY> -->
</NOSCRIPT>
Namezero
<SCRIPT LANGUAGE="Javascript">
<!---
if (parent.frames.length)
parent.location.href= self.location;
// --->
</SCRIPT>
Le Village Ifrance :
<frameset rows="100%,*" border="0"
frameborder="0" framespacing="0" framecolor="#000000">
<NOFRAMES>
<a href="http://le-village.ifrance.com/tonsite">Redirection
en Cours </a>
</NOFRAMES>
<frame src="http://le-village.ifrance.com/tonsite " scrolling="auto"
marginheight="0" marginwidth="0"> </frameset>
</HTML>
CiteWeb
<script LANGUAGE="javascript">
<!--
window.open=false
// -->
</script>
Popups
<SCRIPT LANGUAGE="JavaScript">
<!--
function open () {return true;}
//-->
</SCRIPT>
<script LANGUAGE="javascript">
<!--
window.open=false
// -->
</script>
Ad-Frame :
<SCRIPT LANGUAGE="Javascript">
<!---
if (parent.frames.length)
parent.location.href= self.location;
// --->
</SCRIPT>
© Copyright GendNet
2000 Tout droit de reproduction strictement réservé aux
membres de l'association ®
|