Advertisement

1 - 5 of 5 containing alltags:("onselectstart") (0.001 seconds)
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...
Zones: HTML, Macromedia HomesiteDate Answered: 06/10/2005 Grade: A Views: 68
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 ...
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...
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...
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, ...
Zones: JavaScriptDate Answered: 01/09/2003 Grade: A Views: 4
  • 1