Skip to content Skip to sidebar Skip to footer

How To Close A Parent Window By Pressing A Button On Child Window In Javascript

how to close a parent window by pressing a button on child window in javascript

Solution 1:

window.opener.close(); on click of button on child window.


Post a Comment for "How To Close A Parent Window By Pressing A Button On Child Window In Javascript"