blob: c13cb17f3affda3cad042afa90f1c3c1eaead66f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<html>
<body>
<form action="file_bug1384658.html" method="GET" id="form">
<input type='submit' name='y'>
<input type='hidden' name='x'>
</form>
<script>
onload = function() {
document.getElementById("form").submit();
};
</script>
</body>
</html>
|