Hi MIke,
Please find the below script which i am using to open the Popup window and for navigating to the main window.Also find the screen shot of the buttons.
$_SESSION['mainWindowTitle'] = $this->browser->getTitle(); $this->browser->getEval("this.browserbot.getCurrentWindow().popupWindow('3', 'Display Summary')");
$this->selenium->waitForPopUp("", "30000");
$this->selenium->windowFocus("title=Data Collection");
$this->selenium->selectPopUp("title=Data Collection");
$this->selenium->click("//input[@id='close_window']");
$this->selenium->selectWindow("title=$_SESSION[mainWindowTitle]");
$this->selenium->click("//input[@id='saveresume' and @class='SaveResume_button save_resume IE6trans']");
--
Regards,
Venugopal.