Forum Moderators: Robert Charlton & goodroi
<a href="#more_details"> <a href="http://www.mydomain.com/page1.html#more_details" onclick="javascript:window.location.hash='more_details'; return false;"> [edited by: tedster at 5:35 pm (utc) on Jan 19, 2012]
[edit reason] turn off automatic linking [/edit]
The reason the <a href="#more_details"> doesn't work as you expect is likely because you set the base tag in the document.
You are overiding the click with javascript so can work like this
<a href="#more_details" onclick="javascript:window.location.hash='more_details'; return false;">