Dear Reader,
I have an ASP page which is divided into two frames vertically. The left frame name is "left" and the right frame name is "right".

In the "left" frame i have a .htm file which contains a hyperlink to another .htm file named "newfile.htm". This "newfile.htm" is again a file which is subdivided into two frames. The problem i am facing is that when i click on the link in the link in the "left" frame the "newfile.htm" opens in the "left" frame itself. What i want is that
1) The "newfile.htm" should occupy the whole window.

2) Also what if i want to load the "newfile.htm" file in a new window.

Any Code would be of great help.

Thanks for reading.