Dear experts,
I am new to all this and try to make my personal web page look a little more professional
My home pages uses 2 frames like this:
<frameset rows="38,*" framespacing="0" border="0" frameborder="0">
<frame name="header" scrolling="no" target="main" src="http://www.mydomain.com/home page/header.html" marginwidth="0" marginheight="0">
<frame name="main" src="http://www.mydomain.com/home page/body.asp" scrolling="auto" noresize>
<noframes>
<body>
<p>This page uses frames, but your browser doesn't support them.</p>
</body>
</noframes>
</frameset>
The 1st frame is a header with hyperlinks to the main pages on my site map. It is my menu bar. The 2nd frame is my home page. With this, anytime a user uses a hyperlink, the windows open under the header frame. So they keep the menu bar on top of all pages.
My problem is when they click on "open in new window. Then the 1st frame is not called and they loose the menu bar.
Any idea how to (simply...

) keep the 1st frame called on "Open in New Window" event?
THANKS A LOT!