Si votre email correspond à un compte, vous recevrez un lien de réinitialisation.
J'ai 2 pages webpage1.html : comportant le code javascript suivant:....<SCRIPT LANGUAGE="JavaScript">if (top.frames.length!=0) top.location=self.document.location;</SCRIPT>
Dans la seconde page j'ai un iframe sur la 1ere:Page2.html:....<iframe width="50%" src="page1.html">....page2.html est redirigé vers page1.html due au javascript inclue danspage1.html.Ma question :Est il possible de bloquer le redirect vers "page2.html" dans page1.html ?
J'ai 2 pages web page1.html : comportant le code javascript suivant: .... <SCRIPT LANGUAGE="JavaScript"> if (top.frames.length!=0) top.location=self.document.location; </SCRIPT>
Dans la seconde page j'ai un iframe sur la 1ere: Page2.html: .... <iframe width="50%" src="page1.html"> .... page2.html est redirigé vers page1.html due au javascript inclue dans page1.html. Ma question : Est il possible de bloquer le redirect vers "page2.html" dans page1.html ?