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="//m.sbmmt.com/m/" 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中文网(m.sbmmt.com)</title> </head> <body> <p>跳出框架</p> <a href="//m.sbmmt.com/" target="_top">点击这里!</a> </body> </html>
submitReset Code
ChapterCourseware