adnann Posted July 23, 2008 Share Posted July 23, 2008 Hi can anyone help me to create a link on which when the users click my site to me made their home page? thanks everyone. Link to comment https://forums.phpfreaks.com/topic/116238-homepage-link/ Share on other sites More sharing options...
stelthius Posted July 23, 2008 Share Posted July 23, 2008 click the link to make your site there home page you mean ? Link to comment https://forums.phpfreaks.com/topic/116238-homepage-link/#findComment-597671 Share on other sites More sharing options...
adnann Posted July 23, 2008 Author Share Posted July 23, 2008 when they click it my site to be their home page the page that starts when the open the Internet explorer Link to comment https://forums.phpfreaks.com/topic/116238-homepage-link/#findComment-597674 Share on other sites More sharing options...
stelthius Posted July 23, 2008 Share Posted July 23, 2008 ah ok thought thats what you meant, Try this, <a href="#" onClick="this.style.behavior='url(#default#homepage)';this.setHomePage('YOUR LINK HERE');">SOME TEXT HERE </a> Link to comment https://forums.phpfreaks.com/topic/116238-homepage-link/#findComment-597676 Share on other sites More sharing options...
adnann Posted July 26, 2008 Author Share Posted July 26, 2008 that does not work with mozila can any one help me? Link to comment https://forums.phpfreaks.com/topic/116238-homepage-link/#findComment-600357 Share on other sites More sharing options...
MFHJoe Posted July 26, 2008 Share Posted July 26, 2008 As far as I know, there's no way that's completely cross browser. Most scripts seem to work for Internet Explorer but the other browsers don't allow you to do it. You could just tell users how to do it instead... Link to comment https://forums.phpfreaks.com/topic/116238-homepage-link/#findComment-600362 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.