IE onClick

N

noident

Greetings!
I am writing a web form and need some javascript in it.
Here's the relevant bit:

<select name="start">
<option value="1167570000" onClick="alert('blah');" selected>2007-01
<option value="1170248400" onClick="alert('blah');" >2007-02
<option value="1172667600" onClick="alert('blah');" >2007-03
<option value="1175349600" onClick="alert('blah');" >2007-04
</select>

I expect a pop-up saying "blah" to appear when I change the select
options. Firefox fulfills my expectations. IE6 doesn't. Javascript is
enabled in my IE, that is:
<script>alert('blah');</script>
produces the pop-up.
What am I missing?
Thanks in advance.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,065
Latest member
OrderGreenAcreCBD

Latest Threads

Top