F
Flyzone
Hi, i would like to disable the drag and drop on firefox between the
input box in a form page.
In IE i solved with:
<body ondragenter="return false;">
but that function is used just in IE.
In firefox i don't know an event that i can use. I'm just able to
disable the mouse down with event.preventDefault but is not a good
solution....some tips please?
Thanks in advance
input box in a form page.
In IE i solved with:
<body ondragenter="return false;">
but that function is used just in IE.
In firefox i don't know an event that i can use. I'm just able to
disable the mouse down with event.preventDefault but is not a good
solution....some tips please?
Thanks in advance