Iframe

I there i need help on a site that i’m developing.
The site is html and javascript that call’s iframe with flash on it. If i select another issue on the menu i need to see another iframe with html page on it!
Is it possible? How can i do it?

The iframe with flash is always on top - this is a problem when you want to see another things.

José Ribeiro
:whistle:

how about just adding ‘_blank’ to your Javascript HREF statement, and blowing away all frames and loading the new HTML page in its place?
-mojo