fert Posted July 19, 2006 Share Posted July 19, 2006 How do i let people set my website as their home page in javascript? Link to comment https://forums.phpfreaks.com/topic/15000-how-to-let-user-set-my-website-as-their-home-page/ 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, Link to comment https://forums.phpfreaks.com/topic/15000-how-to-let-user-set-my-website-as-their-home-page/#findComment-63961 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.