ULIMIT : Qui veut un script anti fenetres ??? - PHP - Programmation
Marsh Posté le 04-12-2005 à 00:26:29
Pour exploser la figure aux fenetres et frames etc... entre <HEAD> et <TITLE> placez ceci : <script language="JavaScript"><!-- if (parent.frames.length > 0) { parent.location.href = location.href } //--></script> <SCRIPT LANGUAGE="JavaScript"> if (top.location.href != self.location.href) { top.location.href=self.location.href; } </SCRIPT>
Marsh Posté le 04-12-2005 à 00:29:34
et le rapport avec le php ?
Marsh Posté le 04-12-2005 à 00:33:59
Ben je me suis trompé de catégorie... désolé
Marsh Posté le 04-12-2005 à 01:20:47
Sans doute du à l'euphorie procurée par une telle découverte o_O
Make sure you enter the(*)required information where indicate.HTML code is not allowed
Marsh Posté le 04-12-2005 à 00:26:29
Pour exploser la figure aux fenetres et frames etc...
entre <HEAD> et <TITLE> placez ceci :
<script language="JavaScript"><!--
if (parent.frames.length > 0) {
parent.location.href = location.href
}
//--></script>
<SCRIPT LANGUAGE="JavaScript">
if (top.location.href != self.location.href)
{
top.location.href=self.location.href;
}
</SCRIPT>
---------------
http://www.ypikay.com