Nov 3, 2012

How to call child page function from parent page using JavaScript.


It's very simple using JavaScript with one line code.

document.getElementById('iFrameId').contentWindow.targetFunction(); 

Hope you enjoy it.

1 comment: