How can I open a link without opening it in a frame.
I have my main frame being Frame1 My menu Frame is Frame2 <a href="mysite.com" target=???????>
I want it to open it in the same window, but destroy all frames because it is the link to home so it will automatically recreate these frames.
For now I am using top.location=...