HIGH LEVEL TRANSFER

Selasa, 15 September 2009

How To Add 'Make This Your Homepage' Link to Your Site

Tidak ada komentar :
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.

Tidak ada komentar :