blob: 30d5c5fda1656f07740f9032498299c216d0dd27 [file] [log] [blame]
<!DOCTYPE html>
<html><head>
<title> TC component </title>
</head>
<body>
<p>This page should appear in popup or frame</p>
<script type="text/javascript">
var target = top || opener;
var id = location.search?' '+parseInt(location.search.substring(1)) : '';
target.log('frame/popup script'+id);
</script>
</body></html>