<html>
<body>
Navigation complete.
This file should not contain any forms.
<script>
if (window.parent) {
window.parent.postMessage({ type: "navigation-successful" }, "*")
}
</script>
</body>
</html>
<html>
<body>
Navigation complete.
This file should not contain any forms.
<script>
if (window.parent) {
window.parent.postMessage({ type: "navigation-successful" }, "*")
}
</script>
</body>
</html>