Guest

Untitled

By: a guest on Jan 28th, 2012  |  syntax: HTML  |  size: 0.77 KB  |  hits: 15  |  expires: Never
download  |  raw  |  embed  |  report abuse
Copied
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  5. <title>Dodaj kwiat</title>
  6. </head>
  7. <body>
  8.  
  9.         <form action="MyServlet" method="post" name="getData">
  10.                 <pre>
  11.                         Nazwa Rośliny  <input name="nameSent" type="text" value="Pole wymagane" size="20" maxlength="15" /> <br />
  12.                         Cena rośliny   <input name="priceSent" type="text" value="Pole wymagane" size="20" maxlength="15" /> <br />
  13.                         Kolor roślny   <input name="colorSent" type="text" value="Pole wymagane" size="20" maxlength="15" /> <br />
  14.                 <input type="submit" value="Dodaj" />
  15.         </pre>
  16.         </form>
  17.        
  18. </body>
  19. </html>