avaloncm
01-25-2005, 01:43 PM
In the following snippet...
How do I reference the text in each option? The setValueInputs() requires in integer to work, so I can not make the value and the corresponding text the same.
Thanks!
<select name="SearchSubject" class="bn8" onchange="JavaScript:setValueInputs(value);";"JavaScript:chooseLayers(this.SelectedIndex);";onclick="JavaScript:resetSelects();"; size=1>
<option value="layers/layerdesc.html">Select a Layer Below</option>
<option value="1">Building Area</option>
<option value="2">Building within Zoning</option>
<option value="3">Other</option>
</select>
How do I reference the text in each option? The setValueInputs() requires in integer to work, so I can not make the value and the corresponding text the same.
Thanks!
<select name="SearchSubject" class="bn8" onchange="JavaScript:setValueInputs(value);";"JavaScript:chooseLayers(this.SelectedIndex);";onclick="JavaScript:resetSelects();"; size=1>
<option value="layers/layerdesc.html">Select a Layer Below</option>
<option value="1">Building Area</option>
<option value="2">Building within Zoning</option>
<option value="3">Other</option>
</select>