Please send questions to st10@humboldt.edu .
<html> 
<head> <title>Form playing #4</title> </head> 
 
<body> 
    <form method="get" 
          action="http://www.humboldt.edu/~st10"> <!-- no PHP yet --> 

        <table>
        <tr> <td> Last name: </td> 
             <td> <input type="text" name="lastname" size="12" 
                         maxlength="15"> </td>
        </tr>

        <tr> <td> Age: </td>
             <td> <input type="text" name="age" size="3" maxlength="2"> </td>
        </tr>

        </table>
        <br>
        <input type="submit"> 


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