Adding frameset navigation tests
git-svn-id: svn://10.0.0.236/trunk@104310 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<!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>
|
||||
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!">
|
||||
|
||||
</form>
|
||||
|
||||
</body>
|
||||
Reference in New Issue
Block a user