Crawled the web for this, I know I can add it to their favorites like this in MSIE:-
<script language="Javascript">
function Add_A_Favorite()
{
if (window.external)
{
external.AddFavorite(location.href, document.title)
}
else
{
alert("Sorry, your browser does not support this feature." + "\nPlease use the bookmark feature of your browser to save your portfolio.");
}
}
</script>
<a href="Javascript:Add_A_Favorite()">Add Favorite</a>
Cant find a way to set as home page though :O(.
Any help would be appreciated.
Thanks