Change this…
www.sample.com/sample.html#commentxxx?stuffhereIdontneed
into this…
www.sample.com/sample.html
I have it in a link so I think I need a regex?
document.write("<a href='"+ window.location.href.replace('?????', '') +
"?ThisIsAppendedLater'>sample</a>");
Nathan’s answer is good. For completeness’ sake; here’s the regex: