Author Topic: Set as homepage link  (Read 1242 times)

0 Members and 1 Guest are viewing this topic.

Offline Cepsi

  • Jr. Webmaster
  • **
  • Posts: 66
  • Karma: +1/-0
  • "God don't play dice. He Plays Poker"
    • thepokerpod.com
Set as homepage link
« on: November 13, 2008, 02:01:08 PM »
Does anyone know the code to insert in a block to create a link so people can set your site as their homepage? I'm sure i saw this somewhere a few months back  but cant find it anywhere now?? :(

Offline ©RebelRose

  • Boss Lady
  • Administrator
  • Grand Webmaster
  • ***
  • Posts: 3506
  • Karma: +74/-0
  • Respect others in order to be respected
    • RebelRose Networks
Re: Set as homepage link
« Reply #1 on: November 13, 2008, 06:08:00 PM »
You can try this one!!

Description: When the button/link is clicked on, the current page will be set as the user's HomePage which will come up everytime the browser is launched.


Code: [Select]

<!--[if IE]>
<a class="chlnk" style="cursor:hand;font-weight:bold;color:#004080;font-family:Verdana" HREF onClick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.yoursite.com');">Click here to make YOUR SITE HERE your default homepage!</a>
<![endif]-->

It is only impossible until it has been done!
Please- do-not-'PM'-me-for-support-unless-invited!

Offline Cepsi

  • Jr. Webmaster
  • **
  • Posts: 66
  • Karma: +1/-0
  • "God don't play dice. He Plays Poker"
    • thepokerpod.com
Re: Set as homepage link
« Reply #2 on: November 14, 2008, 07:00:56 AM »
Thx RR ill give this a shot :D