Congratulations to all the winners of April 2013, they have won INR 3400 cash and INR 20147 worth prizes !
DotNetFunda.Com Logo
Twitter TwitterLinkedIn
YouTubeGoogle
 Online : 825 |  Welcome, Guest!   Register  Login
 Home > Code Snippets > JavaScript > Disable Text selection when we click the mouse on the browser. ...
Ddd

Disable Text selection when we click the mouse on the browser.

 Code Snippet posted by: Ddd | Posted on: 1/26/2011 | Category: JavaScript Codes | Views: 1848 | Status: [Member] | Points: 40 | Alert Moderator   


<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default4.aspx.cs" Inherits="Default4" %>


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
</head>
<!--Write this code--->
<body onselectstart="return false">
<form id="form1" runat="server">
<div>
<h1>hello asp.net</h1>
<p>first paragraph</p>
</div>
</form>
</body>
</html>


dinesh k.
Found interesting? Add this to:


>> Write Response - Respond to this post and get points

More codes snippets

About Us | Contact Us | The Team | Advertise | Software Development | Write for us | Testimonials | Privacy Policy | Terms of Use | Link Exchange | Members | Go Top
General Notice: If you find plagiarised (copied) contents on this page, please let us know the original source along with your correct email id (to communicate) for further action.
Copyright © DotNetFunda.Com. All Rights Reserved. Copying or mimicking the site design and layout is prohibited. Logos, company names used here if any are only for reference purposes and they may be respective owner's right or trademarks. | 5/19/2013 1:41:51 AM