如下面的:
<FORM action="" Method="post">
学号查询
<BR>输入学号:<Input type=text name="sno" size="5" align="left" maxlength="10">
<BR> 输入学号:<Input type=text name="sno" size="3" align="left" maxlength="10">
<BR><Input type=submit value="提交">
</FORM>
说明:size="5",我测试了一下,表示input输入框一次显示框的大小。如下图所示,下面的可显示的框的大小比上面的小
同时maxlength=“10”,表示你可以最多输入10个字符内容,多了无法输入。