Iframes? I don't really understand what your saying. Iframes aren't framesets but are frames. I don't remember how you set which frame something opens with in HTML. Javascript this would work if it's the first Iframe in the document.
Code:
window.frames [0].location = "THELOCATION";
And in case you don't know, an iframe works like:
Code:
<iframe !!!src="LOCATION"!!!></iframe>
!!!location is a page, for blank you might be able to exlude it but i would do about:blank!!!
(I think you have to have the ending, I don't think you can use <iframe/>)
I hope it helps!
Bookmarks