For my project I don't want the web object to do certain navigations but to trap those with On_Navigate. If I codeI'd like to have e_URL = "#Introduction" but instead I get the whole current URL with the "#Introduction" tacked on at the end.Code:<a href="#Introduction">
Is there a way to do the href so that I don't get the whole URL but just what I put in?

