Forum Moderators: open
pls help me
First, I apologize if this doesn't answer your issue. I may not be completely understanding your problem.
Yes, you can use JavaScript to open a new page (or you can use target="_blank"). Then the html for that new document can contain an iframe for a second document - that's straight HTML.
Just use the window.open() javascript method (also called pop-up windows by many people). You can find a discussion about it, complete with code, on our Generic Javascript thread [webmasterworld.com], message 4.