Hi,
I have an iframe on the form which contains a label and I am trying to access that label value on form save through javascript onsave event.
Like this:
Xrm.Page.ui.controls.get('IFRAME_FileUpload').getObject().contentWindow.document.getElementById('StatusLabel').value;
But I am getting this error when I debug:
'Error: Permission denied to access property "document"
What does this error mean? I have the checkbox 'Unchecked' for 'cross scripting' iframe properties.
Thanks for any help.
*This post is locked for comments
I have the same question (0)