summaryrefslogtreecommitdiff
path: root/javascript/examples/inline.html
blob: 66559151687e340e2f2a3b91ee3f42717b362f39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"
            "http://www.w3.org/TR/REC-html40/strict.dtd">
<html>
	<head>
		<style type="text/css">
body {
	background-color: #FFFFFF;
}
		</style>
	</head>
	<body>
		<p>I am alive!  Would you click to <a href="#void" onclick="window.parent.domTT_deactivate('local');">close</a> me now? You can do so from within this window because it is relative (local to this domain) and it does not violate the restrictions of cross-site scripting.</p>
	</body>
</html>