Having a problem with JavaScript in FrontPage 2002

I am using an inline frame to make a menu, made with FrontPage 2002, and I am using a JavaScript script to control where the links take the user. The problem is, just as a normal frame, when I tell the script to go to a location with either window.navigate or location.replace, I am only taken to that page within the frame that calls it. What I am looking for is a way to have the entire page, not just that inline frame, go to the page I am looking for.
Make sure you include the target="_top" in the HREF. For example:
<a href="http://www.searchwin2000.com" target="_top">SearchWin/MSJ</a>

This was first published in June 2002

Join the conversationComment

Share
Comments

    Results

    Contribute to the conversation

    All fields are required. Comments will appear at the bottom of the article.