Popup after selection from selectlist

hi there,
I got a problem.
The next statement generates a popup:
browser.frame(:name, ‘mainframe’).select_list(:name,
‘rsCatalogType’).select(catArray[iCatalogsCounter].to_s)

Now, as far as I know there is no “select_no_wait” statement.
I usualy use the next to “kill” popups.
if (hwnd)
popup = WinClicker.new
popup.makeWindowActive(hwnd)
popup.clickWindowsButton(‘Microsoft Internet Explorer’, ‘OK’, 30)
end

Can someone help me with this?

cheers,
FlamingFlamingo