Hi guys, I would to know how to "close" all the popup windows that was clicked from a main/parent page. I have 2 variables declared, but I want the code to do when the user clicks X on the main parent page, the popup windows should be gone too, how can I accomplish that?
Private WithEvents oIEApp As SHDocVw.InternetExplorer
Private oPopup As SHDocVw.InternetExplorer
