child window opened through below code -
window.showModelessDialog(url, window, sFeatures);
Is there any way to minimize/maximize child windows(created with showModelessDialog) when parent window(browser) is minimized/maximized?
Or any workaround on this when using 'showModelessDialog'?
Regards,
Shwetank