blob: c6cb6f661766fcb75d227f0feedf904a7c517f12 [file] [log] [blame]
<html>
<body>
<form id="theForm" action="fail.html" method="GET" target="_top">
<input type="submit" value="Submit"/>
</form>
<script>
var f = document.getElementById('theForm');
f.submit();
</script>
</body>
</html>