In plain HTML, I typically add the following type of handler to prevent a "drag" from starting on an area if the user holds the left mouse button down and then drags the mouse:
<div id="conte...
http://www.experts-exchange.com/Web/Web_Languages/HTML/Q_21450390.html
I have a project where I don't want any text on the page to be selectable. So I used document.onselectstart = function() { return false; }; The thing is this kills being able to select text within ...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_21979018.html
Zones:
JavaScriptDate Answered: 09/06/2006 Grade: A Views: 0
Hi all:
Is there an equiv. way of onSelectStart with Netscape
Communicator? Specifically, I'd like to prevent viewers
of certain pages from being able to select/highlight text.
I know about getS...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_10136734.html
Zones:
JavaScriptDate Answered: 03/10/1999 Grade: A Views: 0
I cannot get this stupid code to work. i have a simple page with a select object on it and numerous option objects nested inside of it. according to microshafts site onselectstart is an event of th...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/HTML/Q_10143927.ht...
Zones:
HTMLDate Answered: 03/28/1999 Grade: A Views: 9
In Netscape, can I stop text being selected (highlighted) when I drag the mouse over it, without messing up the mouse capture that occurs usually? I'm trying to allow DHTML objects to be dragged, ...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20444422.html
Zones:
JavaScriptDate Answered: 01/09/2003 Grade: A Views: 4