blob: 48e1cafb63481474b0ab8de1ca342ac0867ddca6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!DOCTYPE html>
<html>
<body>
Frame 1
<script>document.write('<form method="post" action="redirect-target.html#' + (history.length + 1) + '">');</script>
<input id="submit-button" type="submit">
</form>
</body>
</html>
|