href="http://www.kingsolomonweb.com/topics/support/contact.htm"
in your <a> tag. This opens the topic only, not the frameset.
However, you also want the topic to open within the frameset, where the HI frame shows the hierarchy or the index. Then you'll use this syntax:
href="http://www.kingsolomonweb.com/ksw/frameset.htm#+toc.htm+../topics/support/contact.htm"
To display the index in the HI frame, and contact.htm in the main frame, use index.htm instead.
Note. We make use of the hash portion of the URL; an anchor may reside between # and +.