Commenti recenti

HOWTO: Install xdebug for PHP5 – Ubuntu Forums

HOWTO: Install xdebug for PHP5 – Ubuntu Forums.

var addthis_config = {“data_track_clickback”:};

Replacing onClick event for IE and Chrome

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 [...]