MS CRM
Showing posts with label
Disable Right Click Paste
.
Show all posts
Showing posts with label
Disable Right Click Paste
.
Show all posts
Monday, December 15, 2008
How to avoid Mouse 'Right Click' Paste feature
function Disable_RightClick()
{
if(event.button == 2)
{
window.clipboardData.clearData();
return false;
}
}
crmForm.all.firstname.attachEvent("onmousedown",Disable_RightClick);
Older Posts
Home
Subscribe to:
Posts (Atom)
Blog Archive
▼
2009
(1)
▼
June
(1)
MS CRM 4.0 Exam Course Material
►
2008
(12)
►
December
(12)
Labels
Avoid Copy/Paste
Course Material
crm to web application call
Ctrl+V
Delete records
Disable Right Click Paste
Disable Save button
Duplicate Detection
Fetch XML
Fetch XML query builder tool
isv.config
javascript
MS CRM
MS CRM 3.0
MS CRM 4.0
MS CRM 5.0
out of sync
tracing
update database using javascript
Followers
About Me
Y H
I have implemented solutions using MS CRM 3.0/4.0, .Net 1.1 to 3.5, MS Biztalk server,SS Reporting Services, Sharepoint.
View my complete profile