View Answers
July 15, 2008 at 5:08 PM
Hi friend,
<html>
<head>
<title>Maxlength put using html</title>
</head>
<body>
<table border="1" width="50%" bgcolor="pink">
<tr>
<td width="100%">
<form method="POST" action="" >
<h2 align="center">Maxlength insert in html</h2>
<table border="1" width="100%">
<tr>
<td width="50%"><b>Enter User Name:</b></td>
<td width="50%"><input type="text" name="username" maxlength="5" size="20"/> </td>
</tr>
</table>
<p><input type="submit" value="Submit" name="submit">
<input type="reset" value="Reset" name="reset"></p>
</form>
</td>
</tr>
</table>
</body>
</html>
---------------------------------------
Thanks
Related Tutorials/Questions & Answers: