| <html><head></head><body> | |
| <form method="post" enctype="multipart/form-data" action="http://fishy/cgi-bin/echo-all" target="blah"> | |
| <input name="f" type="text"> | |
| <input value="Submit" type="submit"> | |
| </form> | |
| <iframe style="border: 1px solid black;" name="blah" src="javascript:'the submission should go here'"></iframe> | |
| </body></html> |