D
Dan
I would like to have my form retain not only the value of the selection but
also the selection is self.
Using "Loc_Code =
document.all.Loc.options[document.all.Loc.selectedIndex].value" I get the
selection. How do I get the selected?
Example:
<select DataValueField size="1" name="Loc">
<option value="ALB_HPD">Albany, Georgia USA</option>
<option value="TEX_ADM">Texarkana, Arkansas USA</option>
<option value="TUP_HPD">Tupelo, Mississippi USA</option>
</Select>
<input Type="text" name="Loc_Code">
I would like form field "Loc" to display "Albany, Georgia USA" and form
field "Loc_Code" to display "ALB_HPD.
also the selection is self.
Using "Loc_Code =
document.all.Loc.options[document.all.Loc.selectedIndex].value" I get the
selection. How do I get the selected?
Example:
<select DataValueField size="1" name="Loc">
<option value="ALB_HPD">Albany, Georgia USA</option>
<option value="TEX_ADM">Texarkana, Arkansas USA</option>
<option value="TUP_HPD">Tupelo, Mississippi USA</option>
</Select>
<input Type="text" name="Loc_Code">
I would like form field "Loc" to display "Albany, Georgia USA" and form
field "Loc_Code" to display "ALB_HPD.