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