My anchor tag has an href attribute that looks like this:
<a onclick='loadReview(\"" + strexternalURL + "\");' href='#productName1'
. When clicking on it, the URL appears as http://localhost:54986/Dealerlist.aspx#productName1
. How do I go about hiding the #productName1 from the URL?