I need a script in jquery / javascript that creates a specific site in the browser as a homepage,
thanks
itemprop = "text">
Internet In Explorer 7 and earlier it is possible to use
document.setHomePage ("http://www.mywebsite.com/");
However, this is not possible in recent versions (this is considered a security risk) and was never possible in other browsers such as Firefox.
The best fallback is actually to direct the user how to change the home page rather than programming to complete it.
In Firefox (I'm not sure about other browsers) It is possible that the user should drag a link and leave it on the Home button, and thus changing the start page (after confirmation) . You can give the user instructions for dragging an image (which is inside an anchor tag linking to your website) and leave it on the Home button.
No comments:
Post a Comment