I was wondering whether it is possible to redirect a user to their homepage. By homepage I mean the URL defined in their browser as homepage. The one they get to when they click the 'Home' button of the browser.
I know that Internet Explorer uses <a href="about:home" title"Go to your homepage">Homepage</a>
but I have no idea what other browsers use for this!
Is this possible?