SelList

A function to display multiple values based on a select list value.
It is made to add or subtract entries or change the order of the list easily.
Interestingly, once a selection is made the mouse wheel can be used to move through the list.

List Phone Number 1 Phone Number 2 Phone Number 3
     

Function SelList(idn, c, tn) where:

idn is the id of the select tag in quotes
p is first letter of the target td's in quotes
tn is number of td's to be filled
-----------------------------

mP arrays are correlated to the values of the select statement so they do not have to be filled in order, and can be used by more than one select list or even multiple forms.