Hmmm, I am sure I have done that. (I just stopped using frames on my site,
so I can't test so easily)
I think you can just use location.href = 'index.html'
e.g. <a href="" onclick="location.href = 'index.html'"
target="_self">Home</a>.
If index.html is itself a frameset, it should open it and its frames. If
not, it should just open it alone. target="_self" should ensure that the
current page is not kept open, but overwritten with index.html
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.