Per the discussion in this site you might be able to achieve what you're looking for with one of the following:
top.focus()
parent.focus()
Apparently, however, this will not work in Internet Explorer.
It appears that there are a number of items within the iframe framework that do not work properly with IE however. Unless your target audience is guaranteed not to be using IE for their browsing I would possibly look into alternatives to the iframe construct.