Disable Text Selection
Use this script to disable the selection of text on a page. It's very simple using two of the built-in JavaScript events to cancel the selection before it starts. You can even attach the events to a specific element.
Read the entire article here
edit: Programming/Javascript/auto___disable_text_selection.wikieditish...