<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 
 "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
<html>
<head>
   <script type="text/javascript" src="/parkerriver/js/hack2.js"></script>
   <meta http-equiv="content-type" content="text/html; charset=iso-8859-2">
   <title>Wysyanie danych</title>
</head>
<body>
<h3>Kilka informacji o uytkowniku...</h3>
<form action="javascript:void%200" onsubmit="sendData();return false">
<p>Imi: <input type="text" name="firstname" size="20"></p>
   <p>Nazwisko: <input type="text" name="lastname" size="20"> </p>
   <p>Pe: <input type="text" name="gender" size="2"> </p>
   <p>Kraj pochodzenia: <input type="text" name="country" size="20"> </p>
   <p><button type="submit">Wylij dane</button></p>
</form>
</body>
</html>
