How to limit the drop down length in <select>?
843840Jun 7 2008 — edited Aug 30 2008hi
My code is-
<HTML>
<HEAD></HEAD>
<BODY>
<TABLE>
<TR><TD>
<SELECT NAME="Date">
<OPTION>1</OPTION>
<OPTION>2</OPTION>
:
:
<OPTION>30</OPTION>
<OPTION>31</OPTION>
</TD></TR>
</TABLE>
</BODY>
</HTML>
it will show the numbers from 1 to 31 in the drop down with long scrollbar.
My problem is - I want show only 10 numbers.User need to scroll and select other numbers.
Is it possible?
Edited by: pra_addd2007 on Jun 7, 2008 3:57 AM