In previous articles I explained JavaScript show number of characters left, JavaScript restrict user to enter only numbers, JavaScript allow limited characters in textarea, JavaScript remove special characters from textbox and many articles relating to JavaScript, jQuery, asp.net. Now I will explain how to disable drag and drop option in textbox or textarea.
<html>
<head>
</head>
<body ondragstart="return
false" draggable="false">
<b>Try
to Drag and Drop Text Here :</b> <input type="text"
name="txt"
id="txtname"
/>
</body>
</html>
|
|
|
If you enjoyed this post, please support the blog below. It's FREE! Get the latest Asp.net, C#.net, VB.NET, jQuery, Plugins & Code Snippets for FREE by subscribing to our Facebook, Twitter, RSS feed, or by email. |
|||
Subscribe by RSS
Subscribe by Email
|
|||
|
|
Subscribe by RSS
Subscribe by Email
2 comments :
how to send sms on mobile using asp.net web pages?
how to add tab using asp.net web pages?