bharath_r
2010-04-24 10:27:40 UTC
Hi All,
I need a little help here. I have an application which needs to be
integrated with Microsoft Dynamics CRM. I have a page in which i have
two frames. The frame on the LHS(MyFrame) of the screen contains my
application page and the RHS is the CRM page. I have added a button in
the CRM page onclick of which i call a function. In this function i
try to access a resource in MyFrame. When i do an alert on
window.parent.Frames['MyFrame'], it returns an object. But when i try
window.parent.Frames['MyFrame'].document there is an error.
How can i access an element in my application page in the CRM page?
Thanks,
Bharath
I need a little help here. I have an application which needs to be
integrated with Microsoft Dynamics CRM. I have a page in which i have
two frames. The frame on the LHS(MyFrame) of the screen contains my
application page and the RHS is the CRM page. I have added a button in
the CRM page onclick of which i call a function. In this function i
try to access a resource in MyFrame. When i do an alert on
window.parent.Frames['MyFrame'], it returns an object. But when i try
window.parent.Frames['MyFrame'].document there is an error.
How can i access an element in my application page in the CRM page?
Thanks,
Bharath