econnections
IS-IT--Management
The code below will turn off text selection in IE5+. This is great when you have areas of text in tables that users can double-click get get further info presented on layers becoming visable. The code below stops the text you click on becoming selected (highlighted).
Does anyone knoe thr equivalent in Netscape, please?
document.body.ondrag = function () { return false; };
Does anyone knoe thr equivalent in Netscape, please?
document.body.ondrag = function () { return false; };