k that did work in firefox :P but if I wanna use it from an elements event:
<td onmousedown="dragStart()">
it won't work since e in dragstart then gets undefined and it then goes for the IE window.event.
so how would you do it in Firefox? do it really not have a global accesible event object?
ty bettle and glengv it works now, had tried any else way of writing event inside the () :P
treid:e,Event,window.Event.
don't know why I didn't try just event lol:P
Comment