LaundroMat
Programmer
I think I'm becoming stupid, because I just know what I'm about to ask is easy to solve.
(test code from
Why, oh why can't I type in more than 10 characters in the first input field?
(test code from
Code:
<html>
<body>
<form>
First name:
<input type="text" name="firstname" size="10" maxlength="20"/>
<br />
Last name:
<input type="text" name="lastname" size="20" />
</form>
</body>
</html>
Why, oh why can't I type in more than 10 characters in the first input field?