I met an error when i use chrome (it's ok in firefox). It's my code, very simple:
<html><head></head>
<body>
<select>
<option onclick="alert('abc');">A</option>
<option>B</option>
</select>
</body>
</html>
In firefox, when i click on option A, it will be show an alert('abc'). But in chrome, it doesn't run. Can i change something in setting of chrome?
Any suggestions?
Thanks!!!