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?
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.
Yes but if you try to open that link in firefox, it will open in the sidebar, which is pretty annoying.