Forum Moderators: open
<select name="Years" class="dropDownList" size=1>
<option value="YYYY" selected>YYYY
<script type="text/javascript">writeYears()</script>
</select>
The dropdownbox on IE on the imac just displays
YYYY writeYears()
Does anyone know how to solve this?
If you're trying to write out the OPTION text dynamically then you probably need to write the entire line - or even the entire SELECT...