Does anyone know how to stop IE highlighting text when you double click
on it in IE? I want to prevent it from happening and not to remove the
selection afterwards.
It's easily done in Mozilla using return false or e.preventDefault, but
this doesn't work in IE.
Thanks,
Michael
This doesn't work in Netscape, only IE.