I was wondering if you can redirect the user to your home page. On the homepage, I mean the URL defined in their browser as the homepage. The one they refer to when they click the browserβs Home button.
I know what Internet Explorer uses <a href="about:home" title"Go to your homepage">Homepage</a>, but I have no idea what other browsers use to do this!
Is it possible?
source
share