fert Posted July 19, 2006 Share Posted July 19, 2006 How do i let people set my website as their home page in javascript? Quote Link to comment Share on other sites More sharing options...
GBS Posted July 26, 2006 Share Posted July 26, 2006 Hi,in IE you could try some script like:[code]<html><body><script language="JavaScript">var bookmarkurl="http://www.testing_bookmarks.com/";var bookmarktitle="testing";function addbookmark(){if (document.all);window.external.AddFavorite(bookmarkurl,bookmarktitle)}document.write('<a href="javascript:addbookmark()">Add testing to your favorites</a>, or<br>')</script><a class="chlnk" style="text-decoration:underline;cursor:pointer;color:#0000FF;" HREF onClick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.testing_bookmarks.com/');">set your homepage to testing.</a></body></html>[/code]But this doesn't work with firefox,,With ff, maybe check the link:[url=http://support.milonic.com/demos/addtosidebar/index.htm]http://support.milonic.com/demos/addtosidebar/index.htm[/url]& then, the idea could be to detect the browser, & use the correct functions depending of the browser client,Hoping it helps,,l8tr, Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.