question reg ondragstart event
Hello everyone,
Can I disable dragging and highliting the text or images (ie hold down the mouse key and drag over text/images with turns them to blue) using the ondragstart event?
I tried this -><body ondragstart="return false">
but doesnt seem to have any effect.Any other way?
Thanks in advance!
|