How to focus on parent window from Child window in Chrome
Hi All,I need to show the parent window which is in back when click a link from child window in Chrome. I have used command window.parent.focus() but this is not working. This problem is in Chrome browser only.
Please suggest me some workaround to achieve this.
Thanks
