togy_varghese
Feb 8th 2007, 11:37 pm
Hi,
I have a code for Add to Favourite my Site.
====================================================
<script type="text/javascript">
function bookmarksite()
{
if (document.all)
window.external.AddFavorite(location.href, document.title);
else if (window.sidebar)
window.sidebar.addPanel(document.title, location.href, "")
}
</script>
<a href="javascript:bookmarksite()"> Add to favorites</a>
=====================================================
Its Working fine in IE and Firefow. Now I want to add my site in Windows start up through javascript.Any body have the code for that? It is possible?
I have a code for Add to Favourite my Site.
====================================================
<script type="text/javascript">
function bookmarksite()
{
if (document.all)
window.external.AddFavorite(location.href, document.title);
else if (window.sidebar)
window.sidebar.addPanel(document.title, location.href, "")
}
</script>
<a href="javascript:bookmarksite()"> Add to favorites</a>
=====================================================
Its Working fine in IE and Firefow. Now I want to add my site in Windows start up through javascript.Any body have the code for that? It is possible?