Cross Reference: /yui3/src/history/tests/manual/history-hash-iframe.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html>
<head>
<title>history-hash iframe test</title>
<style>
iframe {
height: 400px;
width: 100%;
}
</style>
</head>
<body>
<h1>history-hash iframe test</h1>
<p>
There is no script on this page, but the manual history-hash test loaded in the
iframe below should work normally within the iframe, even after navigating away
from this page and returning using the back button.
</p>
<p>
<a href="http://realultimatepower.net/">Ninjas</a>
</p>
<iframe src="history-hash.html"></iframe>
</body>
</html>