Hi All,
I am using IFrame in ms crm 2011 RollUp-12.
For this iframe i am setting bing map url(with pushins)at runtime by using javascript.I have a requirement,i need to call javascript function after map loaded with pushpins.
I tried onReadySteateComplete,
Jquery $(#Iframe).load(function()
{
});
Jquery $(#Iframe).ready(function()
{
});
but this are loading before map fully loaded..
Thanks in advance