
Untitled
By: a guest on Jan 28th, 2012 | syntax:
HTML | size: 0.77 KB | hits: 15 | expires: Never
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Dodaj kwiat</title>
</head>
<body>
<form action="MyServlet" method="post" name="getData">
<pre>
Nazwa Rośliny <input name="nameSent" type="text" value="Pole wymagane" size="20" maxlength="15" /> <br />
Cena rośliny <input name="priceSent" type="text" value="Pole wymagane" size="20" maxlength="15" /> <br />
Kolor roślny <input name="colorSent" type="text" value="Pole wymagane" size="20" maxlength="15" /> <br />
<input type="submit" value="Dodaj" />
</pre>
</form>
</body>
</html>