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.


Continuing Learning
||
1
2
3
4
5
6
7
8
9
10
11
12
13
<!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>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
submitReset Code
图片放大关闭