blob: 4d8210837bf3632d82ea59624a81253874617b73 [file] [log] [blame]
<html>
<head>
<script>
window.onload = function() {
document.getElementById('theForm').submit();
try {
parent.attacked();
} catch(ex) {
}
parent.postMessage('Done.', '*');
};
</script>
</head>
</script>
<body>
<form id="theForm" action="about:blank" method="GET"></form>
</body>
</html>