Is it possible to get a browser's home page using Javascript?
I'd like to place a link on a page that goes to the home page set in the browser.
|
Is it possible to get a browser's home page using Javascript? I'd like to place a link on a page that goes to the home page set in the browser. |
||||
|
|
|
EDIT: simplified answer Identify browsers and:
To do so you can use http://jquery.thewikies.com/browser/
Other solutions:
This is via this website. The poster states that there are issues to target Safari. This can be fixed using this other website. Using the CSS tricks explained there you can then do:
and use this in the script above to call the correct function:
|
||||
|
|
Not sure if there is a cross-browser solution. In IE you can use the HomePage behavior and call navigateHomePage. |
|||
|
|