Home | History | Annotate | Download | only in formsubmit
      1 <html><head></head><body>
      2 
      3 <form method="post" enctype="multipart/form-data" action="http://fishy/cgi-bin/echo-all" target="blah">
      4   <input name="f" type="text">
      5   <input value="Submit" type="submit">
      6 </form>
      7 
      8 <iframe style="border: 1px solid black;" name="blah" src="javascript:'the submission should go here'"></iframe>
      9 
     10 
     11 </body></html>