Hello,
I am getting the following error in console log when selecting an item from a dropdown list.
TypeError: Result of expression 'selects[k].options[selects[k].selectedIndex]' [undefined] is not an object.
I am using Nokia Web tools 1.5 and here is my code.
<select onchange="stateSelected();">
<option value=1>Value1</option>
<option value=2>Value2</option>
<option value=3>Value3</option>
</select>
The function has just an alert inside.
Please let me know if you have seen this error before.
Regards,
Surya

Reply With Quote

