web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Microsoft Dynamics CRM (Archived)

copy to clipboard not work in IE browser for on premise environment even if permission for clipboard is enable

(0) ShareShare
ReportReport
Posted on by

Hi ALL,

I created one web resource in on premise and online CRM that contain copy button to copy the texts and links present on web resource.

copy  to clipboard function work properly in all browser for online and on premise environment but if environment on premise open IE browser it not allow to copy the content for online environment copy content work for IE.

IE browser copy to clipboard permission is enable already.

https://edumanual.pbworks.com/w/page/61242170/Clipboard%20Access%20for%20Internet%20Explorer

please suggest  for on premise any setting need to enable.

below is code for copy to clipboard

var body = document.body, range, sel;
if (document.createRange && window.getSelection) {
// all browsers, except IE before version 9
range = document.createRange();
sel = window.getSelection();
sel.removeAllRanges();
try {
range.selectNodeContents(el);
sel.addRange(range);
} catch (e) {
range.selectNode(el);
sel.addRange(range);
}
document.execCommand("copy");

} else if (body.createTextRange) {
range = body.createTextRange();
range.moveToElementText(el);
range.select();
range.execCommand("Copy");
}

Thanks!

*This post is locked for comments

I have the same question (0)

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Abhilash Warrier – Community Spotlight

We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics CRM (Archived)

#1
HR-09070029-0 Profile Picture

HR-09070029-0 2

#1
Aric Levin - MVP Profile Picture

Aric Levin - MVP 2 Moderator

#3
ED-30091530-0 Profile Picture

ED-30091530-0 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans