blob: f70884c66ac81d3017c60e162c04a88db96d53c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>Submission Flush Test</title>
</head>
<body>
<form id="test_form" action="post_action_page.html" target="form_target" method="POST" onsubmit="return false;">
<button type="submit" id="submit_button">Submit</button>
</form>
<iframe name="form_target" id="test_frame"></iframe>
</body>
</html>
|