I saw some work around Internet like this:
<a href="./someplace.html"> Link </a>
usually it will be open the link or if JS not active:
http://www.domain.com/someplace.html
but when JS active, it's open like this and load external page into same page without page refreshing:
http://www.domain.com/#/someplace.html
How is it possible? Can someone help?
I tried to Google it first, also search this website, but haven't found a good answer.
