I have a menu loading in an iframe with links using # like
http://<location>/page.html#part1
. When I click inside the iframe, the entire page outside of the iframe scrolls to the location of #. How can I stop this from happening? I only want the menu inside the iframe to move as needed.