Debt Consolidation - Debt Consolidation - Submit articles - Funbrain - Discount Perfume

PDA

View Full Version : Add My Site in Window Startup


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?

giraph
Feb 9th 2007, 7:15 am
No it's not possible to add your site to the favorites of firefox, or to add your site to Windows start up. What you did with firefox is added a panel, which means your page will open in a sidebar, and look like crap most likely.

ajsa52
Feb 9th 2007, 8:41 am
No it's not possible to add your site to the favorites of firefox, or to add your site to Windows start up. What you did with firefox is added a panel, which means your page will open in a sidebar, and look like crap most likely.

That way it's working for me on FireFox. It's opening a dialog to choose the bookmark folder where to put the favorite.
After choosing a folder I can access that favorite link there. :)

giraph
Feb 9th 2007, 11:30 am
Yes but if you try to open that link in firefox, it will open in the sidebar, which is pretty annoying.