HI, How to call a child windows function in the parent window using javascript?
I have a function in my child window. I want the function which is available in the child window to be called from the parent window. Thank you • • Re: call child windows function from parent window 12-31-2008, 12:22 AM Contact Reply 63,945 point All-Star mudassarkhan Member since 02-28-2008, 10:28 AM Mumbai, India Posts 11,106 Parent Window function ParentFunction(val) { alert(val); } in Child window window.opener.ParentFunction(“Hello”); MAK [MVP ASP/ASP.Net] ASP.Net Freelancer/Consultant My Site : ASPSnippets • • Re: call child windows function from parent window 12-31-2008, 12:32 AM Contact Reply 1,389 point Participant venkatzeus Member since 10-27-2006, 2:27 PM Posts 696 HI, Thank you very much for the reply. But i wanted the reverse. The function is in child window. I want the child window function to be called in parent window. Thank you • • Re: call child windows function from parent window 12-31-2008, 12:44 AM Contact Reply 63,945 point All-Star mudassarkhan Member since 02-2