My Sites


Saturday, April 13, 2013

How to Make Your Web Site as User's Home Page

I have included the following java script code.So,copy it and paste it inside your Homepage code.Once the Hyperlink is clicked that Website will be the Homepage of the browser.... Cheers !!!


<script language="JavaScript">

if (document.all){

document.write
('<A HREF="javascript:history.go(0);                 "onClick="this.style.behavior=\'url(#default#homepage)\';
this.setHomePage(\'http://www.YourWebSiteHere.com\');">');
document.write('<font size="5" color=6699FF face=arial>

<B>Click Here to Make My Web Page Your Homepage</B></font></a>');
}

</script>

No comments:

Post a Comment