Pages

Subscribe:

Ads 468x60px

Thursday, March 15, 2012

how to Disable the text selection and drag and drop

in this web programming tutorial we will learn that how we can disable the drag and drop and text selection facility on our web pages. in order to do so just put the below code in body section of your code:

but there is one drawback of the above code, it will not work in firefox web browser. In order to make it workable in firefox we need to use below code we have just added a onmousedown event:
 

No comments:

Post a Comment