I open a new browser window - named "report" from a list of links, then allow the user to minimize it, or go back to the parent window, and click another link. This hides the child window. If the user clicks another report link a new report opens in the "report" window (so only one popup window is open at a time). How do I set the focus on the child window ("report"
using an onClick in the link? I can set the focus by putting onLoad="focus()" in the <body> tag of the report page but I would like to set the focus from the link in the parent page. Is that possible?