blob: 314f9c72d8956bf743e0456b4a4cbf90d23defe2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!DOCTYPE HTML>
<html>
<body>
<iframe id="iframe" src="historyframes.html"></iframe>
<script type="application/javascript">
var SimpleTest = window.opener.SimpleTest;
var is = window.opener.is;
function done() {
window.opener.done();
}
</script>
</body>
</html>
|