Thanks - I may have to go that way but you know way more than I - Is there a parameter using either the “button onClick=” or the
“a onClick=” to load a straight url (http://www.mysite.com)?
You could also do a <button onclick="window.open('/index.html','_top','')">Home</button>
But in Post 17 I outlined a way to make your index.html check itself when it loads and make certain that is isn't being loaded in a frame. I think that is the better approach. You could use the window.open function on your button to avoid the second loading of the window in the "_top" window, but I would definitely add the onLoad event to unframe yourself, should anyone try to load your main frameset in another frame.