blob: 8cd8db7360827721fcadf8362eb91e077b4b35cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<html xmlns="http://www.w3.org/1999/xhtml#">
<head>
<title>Test</title>
</head>
<body>
<p> <strong> Namespace Test </strong> </p>
<script type="text/javascript">
parent.notify("xhtml.3")
</script>
</body>
</html>
|