evergreean43
Technical User
I have go to location link on my web page and was wondering how I can eliminate the tag variable
showing up on the end of the url after hitting the go to location link?
If I hit the link: Go to Here Location it takes me to the correct location on my page but also changes my url from:
to:
Anyway to eliminate the variable showing up at the end of my link so it looks like this after using the Go to Here Location link:
Please advise how I can do this?
showing up on the end of the url after hitting the go to location link?
If I hit the link: Go to Here Location it takes me to the correct location on my page but also changes my url from:
to:
Code:
<a href="#goToLocationLink">Go to Here Location</a>
<a name="goToLocationLink"></a>
Anyway to eliminate the variable showing up at the end of my link so it looks like this after using the Go to Here Location link:
Please advise how I can do this?