function falsify() {
        return false;
}

function init()
        onmousedown=falsify;
        onmouseup=falsify;
}

onload=init();


I think thants dont works on IE(xploit)


On Fri, 2006-01-13 at 08:37 -0600, Ryan Gahl wrote:
> Hi, it’s me again. Ok, so I’m using the Draggable class, and it’s
> great. However, dragging something often causes undesirable selecting
> of text on the page while performing the drag operation. Is there a
> way to prevent this?
> 
>  
> 
> Sincerely,
> 
> Ryan Gahl
> 
> Design Engineer
> 
> Camtronics Medical Systems (an Emageon Company)
> 
> [EMAIL PROTECTED]
> 
> 262-369-3251
> 
>  
> 
> 
> The information transmitted in this electronic mail is intended only
> for the person or entity to which it is addressed and may contain
> confidential, proprietary, and/or privileged material.  Any review,
> retransmission, dissemination or other use of, or taking of any action
> in reliance upon, this information by persons or entities other than
> the intended recipient is prohibited. If you received this in error,
> please contact the sender and delete the material from all computers.
> 
> _______________________________________________
> Rails-spinoffs mailing list
> Rails-spinoffs@lists.rubyonrails.org
> http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs

_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs

Reply via email to