Jump to content

How to let user set my website as their home page?


fert

Recommended Posts

Hi,

in IE you could try some script like:
[code]
<html>
<body>

<script language="JavaScript">
var bookmarkurl="http://www.testing_bookmarks.com/";var bookmarktitle="testing";
function addbookmark(){
if (document.all);window.external.AddFavorite(bookmarkurl,bookmarktitle)
}

document.write('<a href="javascript:addbookmark()">Add testing to your favorites</a>, or<br>')
</script>
<a class="chlnk" style="text-decoration:underline;cursor:pointer;color:#0000FF;" HREF onClick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.testing_bookmarks.com/');">set your homepage to testing.</a>

</body>
</html>
[/code]
But this doesn't work with firefox,,

With ff, maybe check the link:
[url=http://support.milonic.com/demos/addtosidebar/index.htm]http://support.milonic.com/demos/addtosidebar/index.htm[/url]
& then, the idea could be to detect the browser, & use the correct functions depending of the browser client,

Hoping it helps,,

l8tr,

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.