How To Add ‘Make This Your Homepage’ Link to Your Site

Posted by Lasantha Bandara on September 16th, 2009 File Under : html0 Comment

If you like to add 'Make This Site Your Homepage' link to your site use the code below.Then your visitors can add your site as their homepage.

<SPAN STYLE="cursor:hand; text-decoration:underline" onClick="this.style.behavior='url(#default#homepage)'
;this.setHomePage('YOUR-SITE-URL');">
Make This Your Homepage</SPAN>

Look at the example below.

CODE:

<SPAN STYLE="cursor:hand; text-decoration:underline" onClick="this.style.behavior='url(#default#homepage)'
;this.setHomePage('http://bloggertipandtrick.blogspot.com/');">
Make This Your Homepage</SPAN>

To see result click on the link below.


Make This Your Homepage

Note : This code work only in internet explorer.

File Under : html

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.