<html><body> 
<form method="GET" action="HelloServlet"> 
    Please enter your name: 
    <input type="text" name="user_name"> 
    <input type="submit" value="OK"> 
</form> 
</body></html>
Back to Internet Programming with Java books's web site