RetroZilla/layout/html/tests/printer/shrink_to_fit/test6/sub_iframe.html

38 lines
894 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Page with a form and a popup menu to test in an iframe</title>
</head>
<body>
<a href=link.html>Link</a>
This is some body text.
<form method="post" action="/cgi-bin/parrot.cgi" enctype="application/x-www-form-urlencoded">
<p>
<select name="test_popup">
<option selected value="success">Store Success Result</option>
<option value="failed">Store Failed Result</option>
<option value="getnote">Get Notes for Month</option>
<option value="addnote">Just Add Note</option>
</select>
<input type="submit" name="submit_button" value="Go!">
<img src="../../general/raptor.jpg" width=50 height=50>
line 1<br>
line 2<br>
line 3<br>
line 4<br>
line 5<br>
line 6<br>
line 7<br>
line 8<br>
line 9<br>
line 10<br>
line 11<br>
line 12<br>
line 13<br>
line 14<br>
line 15<br>
</form>
</body>