I got a selection list:
<select>
<option value="0" onclick="anders('1')">Anders</option>
<option value="200" onclick="anders('');" selected="selected">€ 200,-</option>
<option value="300" onclick="anders('')">€ 300,-</option>
<option value="400" onclick="anders('')">€ 400,-</option>
<option value="500" onclick="anders('')">€ 500,-</option>
</select>
when i select value "0" something need to be visible, this is working in firefox but not in internet explorer. Even an alert function with onclick isnt working in IE, does anybody knows something for this?
THANX!!! greetz stormstar