Hi All,
I tried to customize crm with external aspx file and IFRAME. I found a problem that when I call javascript (in external aspx file) in onsave event then error pop up.
"There was an error with this field's customized event."
"Field: crmForm"
"Event: onSave"
"Error: Permission denied"
When user clicks save button on CRM form it will clicks the another button in iframe on custom ASPX page
and below script i have used
IFRAME_IFRAME.document.getElementById('BtnSubmit').click();
shivakumar