HI. I have a html page 'parent'. I have loaded an html page as 'child' through Object tag from parent html page.
Parent html page has a function callF()
I am trying to call callF() from child html page.
So, the code in the child html page would be:
parent.callF();
While Google Chrome, Mozilla Firefox process the above code smoothly, Internet Explorer 6 & 7 gives error
Parent html page has a function callF()
I am trying to call callF() from child html page.
So, the code in the child html page would be:
parent.callF();
While Google Chrome, Mozilla Firefox process the above code smoothly, Internet Explorer 6 & 7 gives error
Comment