You are here: irt.org | FAQ | JavaScript | Redirect | Q435 [ previous next ]
In Netscape Navigator 4+:
<form> <input type="button" onclick="if (window.home) window.home()" value="Home"> </form>
Pierre Metras points out:
This trick can be enhanced with the Internet Explorer version (tested with Internet Explorer 5).
<a href="about:home">My home page</a>