Priklady/02/f9.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 9</title>
  7  </head>
  8  <body>
  9  <h2>Príklad 9</h2>
 10  Zadaný text server vypíše veľkými písmenami.
 11  <form name="Zadane" action="s9.php" method="post">
 12    <p><input type="text" name="Text" value="hamo"
 13        title="Tu napíšte nejaký text" />
 14      <input type="submit" value="Odošli"
 15        title="Klepnutím odošlete text na server" /> </p>
 16  </form>
 17  </body>
 18  </html>