href="http://www.kingsolomonweb.com/exclusions.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+exclusions.htm"
to display the hierarchy in the HI frame, and exclusions.htm in the main frame. Else, use
href="http://www.kingsolomonweb.com/ksw/frameset.htm#+index.htm+exclusions.htm"
to display the index in the HI frame, and exclusions.htm in the main frame.