~ubuntu-branches/ubuntu/precise/kompozer/precise

« back to all changes in this revision

Viewing changes to mozilla/layout/html/tests/FrameSetNav/frameset6/sub_iframe.html

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Yarusso
  • Date: 2007-08-27 01:11:03 UTC
  • Revision ID: james.westby@ubuntu.com-20070827011103-2jgf4s6532gqu2ka
Tags: upstream-0.7.10
ImportĀ upstreamĀ versionĀ 0.7.10

Show diffs side-by-side

added added

removed removed

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