<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
   "http://www.w3.org/TR/2000/REC-xhtml1-20000126/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
   <meta http-equiv="content-type" content="text/html; charset=iso-8859-2" />
   <script type="text/javascript" src="js/hacks_2_1.js"></script>
   <link rel="stylesheet" type="text/css" href="/css/hacks.css" />
   <title>Wysyanie informacji uytkownika</title>
</head>
<body>
<h3>Pobranie danych z pola tekstoweg i elementu textarea za pomoc Ajax</h3>
<form action="javascript:void%200" >
<table border="0"><tr>
<td>Prosz poda kilka sw, ktre zostan wysane do naszego serwera: 
<input type="text" name="tfield" size="35"/></td></tr>
<tr><td valign="top">Prosz poda zdanie, ktre zostanie wysane do naszego serwera: 
<textarea name="tarea" rows="20" cols="20">
</textarea></td></tr>
</table></form>
</body>
</html>
