That is very cool! :cool:

The Mozilla implementation of the event object also supports the ctrlKey property so:


function mouseDown(e)
{
if (parseInt(navigator.appVersion) > 3)
{...