Think outside t...LOGIN

Think outside the box

This example demonstrates:

This example demonstrates how to jump out of the frame, if your page is fixed within the frame.

Example analysis:

<a href="http://www.php.cn/" target="_top">Click here!</a>, as long as you add a _top to the target, you can ignore all frames when opening.


Next Section
<!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>
submitReset Code
ChapterCourseware