Please send questions to st10@humboldt.edu .
<html> 
<head> <title>Form playing #3</title> </head> 
 
<body> 
    <form method="get" 
          action="http://www.humboldt.edu/~st10"> <!-- no PHP yet --> 
        Last name: 
        <input type="text" name="lastname" size="12" 
               maxlength="15">
        <br>
        Age: 
        <input type="text" name="age" size="3" maxlength="2">
        <br>
        <input type="submit"> 

    </form> 
</body> 
</html>