Priklady/02/f1.html


  1  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
  2  <html>
  3  <head>
  4    <meta http-equiv="Author" content="Imrich BURANSKY" />
  5    <meta http-equiv="Content-Type" content="text/html; charset=Windows-1250" />
  6    <title>Príklad 1</title>
  7  </head>
  8  <body>
  9    <h2>Príklad 1 .. post</h2>
 10    <p>Zadaný text server vypíše veľkými písmenami.</p>
 11    <form action="s1.php" method="post">
 12    <p><input type="text" name="Text" value="" />
 13       <input type="submit" value="Odošli" /> </p>
 14    </form>
 15  </body>
 16  </html>