blob: 0c7c1cd907e8a26349e287c402d5745d78a3196f [file] [log] [blame]
<html>
<head>
<script>
function handleLoad() {
window.parent.postMessage("frameReloaded", "*");
}
</script>
</head>
<body onload="handleLoad()">
New Inner Content.
</body>
</html>