How do I execute js <option>, such as alert('Bla Bla Bla') ? I tried onselect, onmouseover, onclick, ect.
<select>
<option>Background Image</option>
<option value="3">Bla Bla</option>
<option value="2>Bla Bla</option>
<option value="5">Bla Bla</option>
</select>
thanks



Reply With Quote


Bookmarks