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,
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.