One strange difference in my opinion between Firefox and Internet Explorer and most strange of all also a difference to Google Chrome is that the onclick-event is not recnognized. Here is a simple example just to illustrate.
<select id=”category”> <option value=”3″ onclick=”getCategories(3);”>ACategoryWithCategoryNumberThree</option> </select>
This works fine in Firefox, i.e. the function ‘getCategories’ gets called when [...]
