Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

HI, How to call a child windows function in the parent window using javascript?

0
Posted

HI, How to call a child windows function in the parent window using javascript?

0

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

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123