Sortez des sent...SE CONNECTER

Sortez des sentiers battus

Cet exemple montre :

Cet exemple montre comment sortir du cadre, si votre page est fixée dans le cadre.

Exemple d'analyse :

<a href="http://www.php.cn/" target="_top">Cliquez ici !</a>, ajoutez simplement la cible A _top peut ignorer toutes les images lors de l'ouverture.


section suivante
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>php中文网(www.php.cn)</title> </head> <body> <p>跳出框架</p> <a href="http://www.php.cn/" target="_top">点击这里!</a> </body> </html>
soumettreRéinitialiser le code
chapitredidacticiel