hello
I have a select box that displays the phone numbers of an sms directory, Which has a limit of 100
how do i restrict the size of the select box to 10 ?
thanks
Code:<select name="address_book" multiple id="address_book"> <option value="1234567">1234567</option> <option value="1234567">1234567</option> <option value="1234567">1234567</option> <option value="1234567">1234567</option> </select>





Bookmarks